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

Raymond Hettinger report at bugs.python.org
Thu Jul 12 17:03:34 CEST 2012


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Why not use locks to guard critical sections rather than relying on implementation details regarding atomicity?

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list