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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mahmoud
Date 2012-01-17.17:01:02
SpamBayes Score 0.0025088065
Marked as misclassified No
Message-id <1326819663.19.0.0542752349058.issue13787@psf.upfronthosting.co.za>
In-reply-to
Content
co_freevars and co_cellvars are the last arguments of the function.  Your "co_what2.py" version of the script is correct, but "co_what.py" has a different order.
History
Date User Action Args
2012-01-17 17:01:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mahmoud
2012-01-17 17:01:03amaury.forgeotdarcsetmessageid: <1326819663.19.0.0542752349058.issue13787@psf.upfronthosting.co.za>
2012-01-17 17:01:02amaury.forgeotdarclinkissue13787 messages
2012-01-17 17:01:02amaury.forgeotdarccreate