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 flox
Recipients benjamin.peterson, brian.curtin, christian.heimes, ezio.melotti, flox
Date 2010-03-04.20:59:00
SpamBayes Score 1.008789e-05
Marked as misclassified No
Message-id <1267736342.85.0.960532632042.issue2777@psf.upfronthosting.co.za>
In-reply-to
Content
I experienced this hang with Linux AMD64.

It occurs in test_send_signal.
It is because signal.SIGINT is not always handled (see #3137).

As a workaround, there's 2 choices: add a delay between Popen and send_signal, or retry SIGINT 2 or 3 times.

Windows should not be affected, because it uses signal SIGTERM in the test.
History
Date User Action Args
2010-03-04 20:59:03floxsetrecipients: + flox, christian.heimes, benjamin.peterson, ezio.melotti, brian.curtin
2010-03-04 20:59:02floxsetmessageid: <1267736342.85.0.960532632042.issue2777@psf.upfronthosting.co.za>
2010-03-04 20:59:00floxlinkissue2777 messages
2010-03-04 20:59:00floxcreate