[New-bugs-announce] [issue45301] pycore_condvar.h: remove Windows conditonal variable emulation

STINNER Victor report at bugs.python.org
Mon Sep 27 10:26:03 EDT 2021


New submission from STINNER Victor <vstinner at python.org>:

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.

----------
components: Library (Lib)
messages: 402720
nosy: paul.moore, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: pycore_condvar.h: remove Windows conditonal variable emulation
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45301>
_______________________________________


More information about the New-bugs-announce mailing list