Nick Coghlan added the comment:

I suspect there may also be a problem if executing pyc code generated the old 
way (this patch didn't bump the magic number, and doesn't really need to, so 
that case still needs to be handled).

Restoring the runtime check should cover it (the test can craft a suitable AST 
by hand rather than going through the now updated compiler)

----------

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

Reply via email to