]> granicus.if.org Git - python/commit
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
authorMatthias Klose <doko@ubuntu.com>
Mon, 16 Aug 2004 11:35:51 +0000 (11:35 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 16 Aug 2004 11:35:51 +0000 (11:35 +0000)
commita2542bee597cbbc382d17ad6bd7ad4fce09d71b8
treee90e031dda0c1fdad7f8d09117803bdf7e4840bd
parentd3fe2395b4f85f307d437f5b5b1f69e297d1fe11
The attached patch fixes FTBFS on GNU/k*BSD.  The problem happens on GNU/k*BSD
because GNU/k*BSD uses gnu pth to provide pthreads, but will also happen on any
system that does the same.

python fails to build because it doesn't detect gnu pth in pthread
emulation. See C comments in patch for details.

patch taken from http://bugs.debian.org/264315
Misc/NEWS
Python/thread.c
configure
configure.in