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 ncoghlan
Recipients SilentGhost, ncoghlan
Date 2012-11-04.07:53:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352015621.05.0.0418058737565.issue11383@psf.upfronthosting.co.za>
In-reply-to
Content
One caveat on this idea: it may not be possible to use the standard recursion limiting functions here, since the Python level recursion limit is generally set quite low (1000 by default on my Fedora system).

While this crash *is* a design flaw in our compiler implementation, whatever enforced limit we choose, we run the risk of breaking currently working applications.

Thus, adjusting the target versions to 3.4. The problem still *affects* all versions since 2.5, I'm just indicating that any fix is almost certainly going to be too intrusive to risk in a maintenance release.
History
Date User Action Args
2012-11-04 07:53:41ncoghlansetrecipients: + ncoghlan, SilentGhost
2012-11-04 07:53:41ncoghlansetmessageid: <1352015621.05.0.0418058737565.issue11383@psf.upfronthosting.co.za>
2012-11-04 07:53:41ncoghlanlinkissue11383 messages
2012-11-04 07:53:40ncoghlancreate