[Patches] [Patch #101437] Fix for 110675: GNU pth support

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Sep 2000 17:01:31 -0700


Patch #101437 has been updated. 

Project: 
Category: core (C code)
Status: Open
Summary: Fix for 110675: GNU pth support

Follow-Ups:

Date: 2000-Sep-06 17:01
By: adustman

Comment:
Makes better use of GNU autoconf.

configure --with-pth[=DIR]  # --with-threads implied

Passes test_fork1 and test_thread. Tested with pth-1.3.7.

XXX With pth, select() (and others) do not wake up in response to signals. Example:

>>> import time
>>> time.sleep(10)
[hit ctrl-C, no response for 10 seconds]
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
KeyboardInterrupt
>>>

I have a patch to pth that fixes this that I will try to get incorporated.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101437&group_id=5470