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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-27.14:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632752763.53.0.87370368586.issue45301@roundup.psfhosted.org>
In-reply-to
Content
I recently worked on time.sleep() enhancement (bpo-21302) and threading bugfixes (bpo-45274, bpo-1596321). I saw one more time that Python emulates conditional variables to support Windows XP and older. But Python 3.11 requires Windows 8.1 or newer. IMO it's time to remove _PY_EMULATED_WIN_CV code path from pycore_condvar.h.
History
Date User Action Args
2021-09-27 14:26:03vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2021-09-27 14:26:03vstinnersetmessageid: <1632752763.53.0.87370368586.issue45301@roundup.psfhosted.org>
2021-09-27 14:26:03vstinnerlinkissue45301 messages
2021-09-27 14:26:03vstinnercreate