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 sdougherty
Recipients benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, nedbat, r.david.murray, rhettinger, sandro.tosi, sdougherty, swamiyeswanth, takayuki, terry.reedy
Date 2015-04-27.20:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430168031.84.0.0862274041135.issue11205@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a patch to change the order of evaluation and of STORE_MAP's arguments. It includes a test incorporating the review on the previous version.

I noticed I had to remove existing .pyc files to avoid TypeErrors about values being unhashable. I take it the version numbers in the filenames are sufficient to prevent that problem in a release?
History
Date User Action Args
2015-04-27 20:53:51sdoughertysetrecipients: + sdougherty, gvanrossum, georg.brandl, rhettinger, terry.reedy, ncoghlan, nedbat, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, swamiyeswanth, takayuki
2015-04-27 20:53:51sdoughertysetmessageid: <1430168031.84.0.0862274041135.issue11205@psf.upfronthosting.co.za>
2015-04-27 20:53:51sdoughertylinkissue11205 messages
2015-04-27 20:53:51sdoughertycreate