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.

作者 vstinner
收信人 mark.dickinson, neologix, nnorwitz, pitrou, r.david.murray, skrah, srid, vstinner
日期 2010-04-13.17:47:33
SpamBayes Score 7.681191e-05
Marked as misclassified
Message-id <1271180855.75.0.697087139274.issue4970@psf.upfronthosting.co.za>
In-reply-to
内容
NPTL was introduced in Linux kernel 2.6(.0). glibc 2.4 requires NPTL:

"The LinuxThreads add-on, providing pthreads on Linux 2.4 kernels, is no longer supported. The new NPTL implementation requires Linux 2.6 kernels. For a libc and libpthread that works well on Linux 2.4 kernels, we recommend using the stable 2.3 branch."

NPTL 0.1 was released in September 2002. So the bug requires a Linux kernel 2.4 (and gblic 2.3.x).
历史
日期 用户 动作 参数
2010-04-13 17:47:35vstinner修改recipients: + vstinner, nnorwitz, mark.dickinson, pitrou, r.david.murray, srid, skrah, neologix
2010-04-13 17:47:35vstinner修改messageid: <1271180855.75.0.697087139274.issue4970@psf.upfronthosting.co.za>
2010-04-13 17:47:34vstinner链接issue4970 messages
2010-04-13 17:47:33vstinner创建