[issue9863] threading, signals, atexit: different execution with different versions

R. David Murray report at bugs.python.org
Wed Sep 15 23:02:45 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I can confirm this, and that it works on python2.5 (I don't have a 2.6.2 around to test).  It also has the looping behavior on 2.7 and 3.2.

Given the timing, I wonder if this is the result of the fix to issue 1722344.

(Note, I removed 2.6 because it doesn't receive bug fixes any more, only security fixes.)

----------
nosy: +pitrou, r.david.murray
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9863>
_______________________________________


More information about the Python-bugs-list mailing list