Message77159
I think I may have been merging add_ast_fields when I wrote the patch.
Here's a new patch that handles "global x, = (5,)". To do it, I added a
new flag* to the Global and Nonlocal AST objects that indicates whether
the value needs to be unpacked or not.
* The flag is an int. The bool AST type was removed in py3k. |
|
Date |
User |
Action |
Args |
2008-12-06 18:28:38 | benjamin.peterson | set | recipients:
+ benjamin.peterson, amaury.forgeotdarc |
2008-12-06 18:28:38 | benjamin.peterson | set | messageid: <1228588118.18.0.731519728687.issue4199@psf.upfronthosting.co.za> |
2008-12-06 18:28:37 | benjamin.peterson | link | issue4199 messages |
2008-12-06 18:28:36 | benjamin.peterson | create | |
|