Message402720
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. |
|
| Date |
User |
Action |
Args |
| 2021-09-27 14:26:03 | vstinner | set | recipients:
+ vstinner, paul.moore, tim.golden, zach.ware, steve.dower |
| 2021-09-27 14:26:03 | vstinner | set | messageid: <1632752763.53.0.87370368586.issue45301@roundup.psfhosted.org> |
| 2021-09-27 14:26:03 | vstinner | link | issue45301 messages |
| 2021-09-27 14:26:03 | vstinner | create | |
|