[issue21312] Update thread_foobar.h to include timed locking and TLS support

Antoine Pitrou report at bugs.python.org
Sat Apr 19 19:34:43 CEST 2014


Antoine Pitrou added the comment:

You may want to provide an implementation of PyThread_acquire_lock() that simply defers to PyThread_acquire_lock_timed() (see thread_pthread.h, which does the same).

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21312>
_______________________________________


More information about the Python-bugs-list mailing list