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 ztane
Recipients acucci, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, python-dev, serhiy.storchaka, sirkonst, yselivanov, ztane
Date 2016-03-04.21:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457128078.7.0.750498071332.issue25973@psf.upfronthosting.co.za>
In-reply-to
Content
So no fix for 3.4 for an obvious SIGSEGV?

    % python3  
    Python 3.4.3 (default, Mar 26 2015, 22:03:40) 
    [GCC 4.9.2] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> class A:
    ...     def f(self):
    ...         nonlocal __x
    ... 
    [4]    19173 segmentation fault (core dumped)  python3
History
Date User Action Args
2016-03-04 21:47:58ztanesetrecipients: + ztane, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, acucci, sirkonst
2016-03-04 21:47:58ztanesetmessageid: <1457128078.7.0.750498071332.issue25973@psf.upfronthosting.co.za>
2016-03-04 21:47:58ztanelinkissue25973 messages
2016-03-04 21:47:58ztanecreate