Change by Simon Charette :
--
nosy: +charettes
___
Python tracker
<https://bugs.python.org/issue12029>
___
___
Python-bugs-list mailing list
Unsubscribe:
Simon Charette added the comment:
I stumble upon this bug when porting a Python 2 codebase to 3 and suddenly got
a NameError for the following code.
class Foo:
a = [1,2,3]
b = [4,5,6]
c = [x * y for x in a for y in b]
NameError: name 'b' is not de
New submission from Simon Charette:
I attached a file with a reproduction test case that passes on Python 2.7 and
3.4 but fails on 3.5.0 and 3.5.1
This might be solved by the improvement planed in #25410.
--
components: Extension Modules
files: test.py
messages: 256945
nosy: charettes
Changes by Simon Charette :
--
nosy: +charettes
___
Python tracker
<http://bugs.python.org/issue25137>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Simon Charette :
--
nosy: +charettes
___
Python tracker
<http://bugs.python.org/issue11798>
___
___
Python-bugs-list mailing list
Unsubscribe: