]> granicus.if.org Git - python/commit
Make better use of GNU Pth -- patch by Andy Dustman.
authorGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 00:46:46 +0000 (00:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 00:46:46 +0000 (00:46 +0000)
commit9e8181b809c0dc40f86d66ce7e51db83aaeccd20
tree905b001aa2fe3c15cc51668151974dfb05dd51d4
parent0344424793599e005b7071dd0338f508ac0d5168
Make better use of GNU Pth -- patch by Andy Dustman.
I can't test this, so I'm just checking it in with blind faith in Andy.
I've tested that it doesn't broeak a non-Pth build on Linux.

Changes include:

- There's a --with-pth configure option.

- Instead of _GNU_PTH, we test for HAVE_PTH.

- Better signal handling.

- (The config.h.in file is regenerated in a slightly different order.)
Include/Python.h
Modules/signalmodule.c
Python/thread.c
acconfig.h
config.h.in
configure
configure.in