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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson
Date 2008-12-06.18:28:34
SpamBayes Score 1.4886046e-05
Marked as misclassified No
Message-id <1228588118.18.0.731519728687.issue4199@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-06 18:28:38benjamin.petersonsetrecipients: + benjamin.peterson, amaury.forgeotdarc
2008-12-06 18:28:38benjamin.petersonsetmessageid: <1228588118.18.0.731519728687.issue4199@psf.upfronthosting.co.za>
2008-12-06 18:28:37benjamin.petersonlinkissue4199 messages
2008-12-06 18:28:36benjamin.petersoncreate