[Pkg-bitcoin-commits] [python-quamash] 62/78: sometimes timer is accessed after loop is stopped

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:56 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 fa0f10c89f07433a0041c38232a0d77dd18c4bcf
Author: Mark Thomas West Harviston <mark.harviston at gmail.com>
Date:   Sun Nov 19 22:54:33 2017 -0800

    sometimes timer is accessed after loop is stopped
---
 quamash/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index f9ed056..abdf05f 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -328,9 +328,6 @@ class QEventLoop(_baseclass):
 		super().close()
 
 		self._timer.stop()
-
-		self._timer = None
-
 		self.__app = None
 
 		for notifier in itertools.chain(self._read_notifiers.values(), self._write_notifiers.values()):

-- 
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