[New-bugs-announce] [issue25973] Segmentation fault with nonlocal and two underscores

Konstantin Enchant report at bugs.python.org
Tue Dec 29 06:40:04 EST 2015


New submission from Konstantin Enchant:

Code:
# -------------------------------
__obj = object()

class Foo:
    def f1(self):
        nonlocal __obj

f = Foo()
f.f1()  # <-- segmentation fault
# -------------------------------

----------
messages: 257174
nosy: Konstantin Enchant
priority: normal
severity: normal
status: open
title: Segmentation fault with nonlocal and two underscores
type: crash
versions: Python 3.4

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


More information about the New-bugs-announce mailing list