[issue18774] There is still last bit of GNU Pth code in signalmodule.c

Christian Heimes report at bugs.python.org
Sun Aug 18 14:02:06 CEST 2013


Christian Heimes added the comment:

Thanks! Three comments still refer to GNU pth:

configure.ac:    # (e.g. gnu pth with pthread emulation)
Python/condvar.h:   library (e.g. gnu pth in pthread emulation) */
Python/thread.c:   library (e.g. gnu pth in pthread emulation) */

thread.c and condvar.h implement a fallback for libraries that don't provide _POSIX_THREADS.

----------

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


More information about the Python-bugs-list mailing list