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 terry.reedy
Recipients BreamoreBoy, falsetru, ggenellina, ghum, jnoller, mher, sbt, terry.reedy
Date 2014-08-29.23:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409356352.24.0.477685330016.issue5879@psf.upfronthosting.co.za>
In-reply-to
Content
r50094 was for 2.7 (see msg216242, part of #21204 that is a partly a duplicate of this). Running in 2.7.8, the message has changed to
"PicklingError: Can't pickle <type 'thread.lock'>: it's not found as thread.lock"

The example has been removed in 3.x. I think the right 'fix' for 2.7 is to remove the reference to Windows in both comment and code and instead say 'Does not run on Windows'.
History
Date User Action Args
2014-08-29 23:52:32terry.reedysetrecipients: + terry.reedy, ggenellina, falsetru, jnoller, mher, ghum, BreamoreBoy, sbt
2014-08-29 23:52:32terry.reedysetmessageid: <1409356352.24.0.477685330016.issue5879@psf.upfronthosting.co.za>
2014-08-29 23:52:32terry.reedylinkissue5879 messages
2014-08-29 23:52:32terry.reedycreate