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 brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-10.14:25:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499696732.45.0.886544950189.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
FYI test_concurrency() added by commit b4baacee1adc06edbe30ac7574d17a8cd168e2e0 doesn't really test bpo-30814. I backported the unit test on 1ccbad9c95cf5782a1329eeaecba6e3eb0c37cb8 (commit before b4baacee1adc06edbe30ac7574d17a8cd168e2e0), and the test pass, whereas I expected it to fail before the fix.
History
Date User Action Args
2017-07-10 14:25:32vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, serhiy.storchaka, steve.dower
2017-07-10 14:25:32vstinnersetmessageid: <1499696732.45.0.886544950189.issue30891@psf.upfronthosting.co.za>
2017-07-10 14:25:32vstinnerlinkissue30891 messages
2017-07-10 14:25:32vstinnercreate