STINNER Victor added the comment:

> Why don't we change the magic number before b1 (if your bytecode change is 
> already committed)?

The magic number changed many times between Python 3.5 and the future Python 
3.6 beta 1. Maybe we skipped increasing this number for one bytecode change, 
but it should only impact the few developers who worked on the development 
version. In this case: just remove all ".pyc" files and it should be fine ;-)

In short: I think it's fine, don't do anything else ;-)

----------

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

Reply via email to