[Pkg-bitcoin-commits] [python-quamash] 47/78: QEventLoop.stop() will set the loop to be non-running.

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 1ff336080dd70225cdbfb3081ad56e19a45f4ec2
Author: Ewald de Wit <ewald.de.wit at gmail.com>
Date:   Sat Sep 30 15:36:12 2017 +0200

    QEventLoop.stop() will set the loop to be non-running.
---
 quamash/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 68de9e6..94acfac 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -282,6 +282,7 @@ class QEventLoop(_baseclass):
 
 		self._logger.debug('Stopping event loop...')
 		self.__app.exit()
+		self.__is_running = False
 		self._logger.debug('Stopped event loop')
 
 	def is_running(self):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list