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 arigo
Recipients Kevin Shweh, Tijs Van Oevelen, arigo, donmez, ezio.melotti, fijall, ncoghlan, r.david.murray, rhettinger, torsten
Date 2015-12-13.07:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449993073.04.0.772147268464.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
Other possible minimal fixes:

* compile.c:compiler_addop(): special-case code objects too, and stick their identity in the tuple 't'.

* or, in compile.c:makecode(), append the first row number to co_consts.
History
Date User Action Args
2015-12-13 07:51:13arigosetrecipients: + arigo, rhettinger, ncoghlan, donmez, ezio.melotti, r.david.murray, torsten, fijall, Kevin Shweh, Tijs Van Oevelen
2015-12-13 07:51:13arigosetmessageid: <1449993073.04.0.772147268464.issue25843@psf.upfronthosting.co.za>
2015-12-13 07:51:13arigolinkissue25843 messages
2015-12-13 07:51:12arigocreate