[issue39123] PyThread_xxx() not available when using limited API

Petr Viktorin report at bugs.python.org
Tue Jun 22 10:38:28 EDT 2021


Petr Viktorin <encukou at gmail.com> added the comment:

In Python 3.10, the functions:
PyThread_allocate_lock, PyThread_exit_thread, PyThread_free_lock, PyThread_get_stacksize, PyThread_get_thread_ident, PyThread_get_thread_native_id, PyThread_init_thread, PyThread_release_lock, PyThread_set_stacksize, PyThread_start_new_thread

are exported as part of the stable ABI. They were added in bpo-42545 and bpo-43795 (PEP 652).
Sorry for the delay.

----------
nosy: +petr.viktorin
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list