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 ncoghlan
Recipients alex, amaury.forgeotdarc, benrg, brian.curtin, eric.araujo, georg.brandl, ishimoto, jackdied, loewis, mrabarnett, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, terry.reedy, tim.golden, vstinner
Date 2012-07-31.00:17:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343693875.78.0.8233879743.issue8847@psf.upfronthosting.co.za>
In-reply-to
Content
Nice detective work, Victor.

Can we turn that particular optimisation off? We use function addresses for identification purposes in many more places than just this one. Having the compiler merge different pointers just because the functions happen to have the same implementation is simply *not cool* from the point of view of the CPython code base.
History
Date User Action Args
2012-07-31 00:17:56ncoghlansetrecipients: + ncoghlan, loewis, georg.brandl, rhettinger, terry.reedy, ishimoto, amaury.forgeotdarc, pitrou, vstinner, jackdied, tim.golden, eric.araujo, mrabarnett, alex, r.david.murray, brian.curtin, skrah, benrg
2012-07-31 00:17:55ncoghlansetmessageid: <1343693875.78.0.8233879743.issue8847@psf.upfronthosting.co.za>
2012-07-31 00:17:55ncoghlanlinkissue8847 messages
2012-07-31 00:17:54ncoghlancreate