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 rhettinger
Recipients ezio.melotti, ncoghlan, rhettinger, vstinner
Date 2011-10-20.04:30:00
SpamBayes Score 2.5829772e-07
Marked as misclassified No
Message-id <1319085002.05.0.531012322636.issue13227@psf.upfronthosting.co.za>
In-reply-to
Content
Nick, Ezio, and Victor, thanks for looking at the code.  
Here's an updated the patch:
* optimization for fast globals() are now keyword-only arguments
* now types the keyword values, not the key/values tuples
* expanded tests
* added the doc update
History
Date User Action Args
2011-10-20 04:30:02rhettingersetrecipients: + rhettinger, ncoghlan, vstinner, ezio.melotti
2011-10-20 04:30:02rhettingersetmessageid: <1319085002.05.0.531012322636.issue13227@psf.upfronthosting.co.za>
2011-10-20 04:30:01rhettingerlinkissue13227 messages
2011-10-20 04:30:01rhettingercreate