Message266333
The attached script hangs while using 100% on Python 3.5.1 but not on Python 3.4.3. Tested both on Gentoo Linux and Ubuntu Linux.
The loop seems to be in PyErr_SetObject in a loop that recursively go through PyException_GetContext.
subprocess.Popen seems to cause the issue while calling io.open. strace reveals a error on call to lseek on a pipe.
The issue does not happen when using nested "with" instead of ExitStack. |
|
| Date |
User |
Action |
Args |
| 2016-05-25 11:48:00 | Valentin David | set | recipients:
+ Valentin David |
| 2016-05-25 11:48:00 | Valentin David | set | messageid: <[email protected]> |
| 2016-05-25 11:48:00 | Valentin David | link | issue27122 messages |
| 2016-05-25 11:48:00 | Valentin David | create | |
|