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.

Author neologix
Recipients neologix, vstinner
Date 2011-06-13.14:01:16
SpamBayes Score 0.0025777384
Marked as misclassified No
Message-id <BANLkTikNNROP6B-T5Xazi5umM_hgKEinJQ@mail.gmail.com>
In-reply-to <1307745366.26.0.591254125335.issue12316@psf.upfronthosting.co.za>
Content
Patch attached:
- a new process is spawned (using assert_python_ok()) to avoid
undefined behavior (and crash on FreeBSD)
- I've kept SIGUSR1 default handler, because, as noted in
http://bugs.python.org/issue8407#msg138066 , there can be subtle
differences between default handlers and user-installed ones which can
mask bugs
- I've fixed a comment in test_sigwait
Files
File name Uploaded
test_sigwait_thread.diff neologix, 2011-06-13.14:01:16
History
Date User Action Args
2011-06-13 14:01:17neologixsetrecipients: + neologix, vstinner
2011-06-13 14:01:17neologixlinkissue12316 messages
2011-06-13 14:01:16neologixcreate