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 vstinner
Recipients ionelmc, neologix, pitrou, vstinner
Date 2013-08-16.13:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376658885.67.0.291877728366.issue18748@psf.upfronthosting.co.za>
In-reply-to
Content
Oh ok, I'm able to reproduce the issue with the system Python 3.3:

$ while true; do echo "loop"; python3.3 bug.py || break; done
loop
...
loop
libgcc_s.so.1 must be installed for pthread_cancel to work
Abandon (core dumped)
History
Date User Action Args
2013-08-16 13:14:45vstinnersetrecipients: + vstinner, pitrou, ionelmc, neologix
2013-08-16 13:14:45vstinnersetmessageid: <1376658885.67.0.291877728366.issue18748@psf.upfronthosting.co.za>
2013-08-16 13:14:45vstinnerlinkissue18748 messages
2013-08-16 13:14:45vstinnercreate