Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to