This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, python-dev, vajrasky
Date 2013-08-18.12:02:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376827326.74.0.0555706834949.issue18774@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-18 12:02:06christian.heimessetrecipients: + christian.heimes, python-dev, vajrasky
2013-08-18 12:02:06christian.heimessetmessageid: <1376827326.74.0.0555706834949.issue18774@psf.upfronthosting.co.za>
2013-08-18 12:02:06christian.heimeslinkissue18774 messages
2013-08-18 12:02:06christian.heimescreate