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 josh.r, kristjan.jonsson, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-18.11:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516274428.63.0.467229070634.issue29871@psf.upfronthosting.co.za>
In-reply-to
Content
FYI I proposed a PR which removes the emulation of condition variable:
https://github.com/python/cpython/pull/5231

This PR removes code specific to Windows Vista: see bpo-32592.
History
Date User Action Args
2018-01-18 11:20:28vstinnersetrecipients: + vstinner, paul.moore, kristjan.jonsson, tim.golden, zach.ware, steve.dower, josh.r
2018-01-18 11:20:28vstinnersetmessageid: <1516274428.63.0.467229070634.issue29871@psf.upfronthosting.co.za>
2018-01-18 11:20:28vstinnerlinkissue29871 messages
2018-01-18 11:20:28vstinnercreate