[issue25973] Segmentation fault with nonlocal and two underscores

Antti Haapala report at bugs.python.org
Fri Mar 4 16:47:58 EST 2016


Antti Haapala added the comment:

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

----------
nosy: +ztane

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25973>
_______________________________________


More information about the Python-bugs-list mailing list