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.
Created on 2004-12-21 21:02 by jvd66, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
LookupSignal.py | jvd66, 2004-12-21 21:02 | python timeout attempt using signal.alarm | ||
LookupThread.py | jvd66, 2004-12-21 21:04 | Python timeout attempt using thread timer | ||
no_eintr.c | jvd66, 2004-12-21 21:09 | c program demonstrating that signals are not interrupted without a siginterrupt call | ||
patch | schmir, 2007-10-29 20:27 | |||
siginterrupt | schmir, 2008-01-06 01:16 | diff against trunk (svn r59759) | ||
siginterrupt+tests.txt | schmir, 2008-02-23 00:41 | patch against current trunk, now also includes unittests |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:08 | admin | set | github: 41353 |
2008-02-23 15:09:12 | facundobatista | set | status: open -> closed nosy: + facundobatista resolution: accepted messages: + msg62739 |
2008-02-23 00:41:38 | schmir | set | files:
+ siginterrupt+tests.txt type: enhancement messages: + msg62709 versions: - Python 2.5 |
2008-01-06 01:16:00 | schmir | set | files:
+ siginterrupt messages: + msg59347 |
2008-01-04 17:21:19 | gvanrossum | set | nosy:
+ gvanrossum messages: + msg59243 |
2008-01-04 15:50:24 | christian.heimes | set | keywords:
+ patch nosy: + christian.heimes messages: + msg59233 components: + Interpreter Core versions: + Python 2.6, Python 2.5 |
2007-10-29 20:27:59 | schmir | set | files:
+ patch messages: + msg56927 |
2007-10-26 09:47:57 | schmir | set | nosy:
+ schmir messages: + msg56783 |
2004-12-21 21:02:40 | jvd66 | create |