Serhiy Storchaka added the comment:

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.

----------

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

Reply via email to