Message254268
There is also a crash with Python implementation of TextIOWrapper.
>>> import _pyio as io
>>> t = io.TextIOWrapper(io.BytesIO())
>>> t.mode = t
>>> t
Fatal Python error: Cannot recover from stack overflow.
Current thread 0xb74a9700 (most recent call first):
File "/home/serhiy/py/cpython/Lib/_pyio.py", line 1982 in __repr__
File "/home/serhiy/py/cpython/Lib/_pyio.py", line 1992 in __repr__
[...]
File "/home/serhiy/py/cpython/Lib/_pyio.py", line 1992 in __repr__
File "/home/serhiy/py/cpython/Lib/_pyio.py", line 1992 in __repr__
...
Aborted (core dumped) |
|
Date |
User |
Action |
Args |
2015-11-07 12:50:58 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, pitrou, scoder, benjamin.peterson, stutzbach, eli.bendersky, abacabadabacaba |
2015-11-07 12:50:58 | serhiy.storchaka | set | messageid: <1446900658.13.0.739458815177.issue25455@psf.upfronthosting.co.za> |
2015-11-07 12:50:58 | serhiy.storchaka | link | issue25455 messages |
2015-11-07 12:50:57 | serhiy.storchaka | create | |
|