This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, neologix, pitrou, serhiy.storchaka, vstinner
Date 2013-11-12.02:13:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384222393.84.0.465340590639.issue19466@psf.upfronthosting.co.za>
In-reply-to
Content
neologix made a review on rietveld:
http://bugs.python.org/review/19466/#ps9818

There was an issue in finalize_threads-2.patch: the test didn't pass in release mode. I fixed it by adding -Wd to the command line option.

I also replaced threading.Lock with threading.Event in the unit test to synchronize the two threads.

=> finalize_threads-3.patch
History
Date User Action Args
2013-11-12 02:13:14vstinnersetrecipients: + vstinner, pitrou, Arfrever, neologix, serhiy.storchaka
2013-11-12 02:13:13vstinnersetmessageid: <1384222393.84.0.465340590639.issue19466@psf.upfronthosting.co.za>
2013-11-12 02:13:13vstinnerlinkissue19466 messages
2013-11-12 02:13:13vstinnercreate