[issue15320] thread-safety issue in regrtest.main()

Antoine Pitrou report at bugs.python.org
Wed Jul 11 18:13:03 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Amaury's patch looks obviously fine.

As for the original issue: yes, I thought I saw a traceback once due to that. Using list.pop() (or deque.pop()) instead would probably be good enough.

----------
stage:  -> patch review
versions: +Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list