Message195325
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) |
|
Date |
User |
Action |
Args |
2013-08-16 13:14:45 | vstinner | set | recipients:
+ vstinner, pitrou, ionelmc, neologix |
2013-08-16 13:14:45 | vstinner | set | messageid: <1376658885.67.0.291877728366.issue18748@psf.upfronthosting.co.za> |
2013-08-16 13:14:45 | vstinner | link | issue18748 messages |
2013-08-16 13:14:45 | vstinner | create | |
|