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 xdegaye
Recipients emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2016-03-24.19:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458847988.27.0.393412613833.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-03-24 19:33:08xdegayesetrecipients: + xdegaye, pitrou, vstinner, serhiy.storchaka, emptysquare
2016-03-24 19:33:08xdegayesetmessageid: <1458847988.27.0.393412613833.issue22898@psf.upfronthosting.co.za>
2016-03-24 19:33:08xdegayelinkissue22898 messages
2016-03-24 19:33:07xdegayecreate