On 5/28/15 3:52 PM, Serhiy Storchaka wrote:
On 28.05.15 22:40, benjamin.peterson wrote:
https://hg.python.org/cpython/rev/ac891c518d4e
changeset:   96342:ac891c518d4e
branch:      3.5
parent:      96339:6f05f83c7010
user:        Benjamin Peterson <[email protected]>
date:        Thu May 28 14:40:08 2015 -0500
summary:
   remove STORE_MAP, since it's unused

Wouldn't it break support of .pyc files compiled with older versions of Python 3?
.pyc files are not compatible across versions of Python. 3.5 changed the meaning of the BUILD_MAP opcode, for example.

--Ned.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to