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 serhiy.storchaka
Recipients BreamoreBoy, David MacIver, Kevin Shweh, Tijs Van Oevelen, abarry, arigo, donmez, ezio.melotti, fijall, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, torsten, vstinner
Date 2015-12-14.16:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450112125.12.0.382212088278.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed. My answer actually is an answer to implicit question: could we make different code objects be always non-equal? Answer: no, because we use the comparison of different code objects to test compiler and marshaller.

May be we can get rid of code objects comparability and provide separate function specially for testing. Of course this likely will break tests in third-party packages that do low-level hacking on code objects.
History
Date User Action Args
2015-12-14 16:55:25serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, rhettinger, ncoghlan, vstinner, donmez, ezio.melotti, r.david.murray, torsten, BreamoreBoy, fijall, David MacIver, abarry, Kevin Shweh, Tijs Van Oevelen
2015-12-14 16:55:25serhiy.storchakasetmessageid: <1450112125.12.0.382212088278.issue25843@psf.upfronthosting.co.za>
2015-12-14 16:55:25serhiy.storchakalinkissue25843 messages
2015-12-14 16:55:24serhiy.storchakacreate