Eryk Sun <eryk...@gmail.com> added the comment:

In bpo-29971 it was suggested to split the PyThread lock API in Windows into an 
"interruptible lock" API that's based on emulated condition variables and a 
"fast lock" API that's based on native condition variables and SRW locks. Maybe 
the only API change that's needed in that regard is to add 
PyThread_allocate_lock_ex(int interruptible), and otherwise dispatch on the 
lock type that's set in the PNRMUTEX.

----------
versions: +Python 3.10 -Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38428>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to