Message262372
When tested with runtimerror_singleton_3.py (see msg 231933 above), the latest Python 3.6.0a0 (default:3eec7bcc14a4, Mar 24 2016, 20:16:19) still crashes:
$ python runtimerror_singleton_3.py
Importing mymodule.
Traceback (most recent call last):
File "runtimerror_singleton_3.py", line 26, in <module>
foo()
File "runtimerror_singleton_3.py", line 23, in foo
g.throw(MyException) # Entering PyErr_NormalizeException()
File "runtimerror_singleton_3.py", line 14, in gen
yield
RecursionError: maximum recursion depth exceeded
Segmentation fault (core dumped) |
|
| Date |
User |
Action |
Args |
| 2016-03-24 19:33:08 | xdegaye | set | recipients:
+ xdegaye, pitrou, vstinner, serhiy.storchaka, emptysquare |
| 2016-03-24 19:33:08 | xdegaye | set | messageid: <[email protected]> |
| 2016-03-24 19:33:08 | xdegaye | link | issue22898 messages |
| 2016-03-24 19:33:07 | xdegaye | create | |
|