[Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused
Ned Batchelder
ned at nedbatchelder.com
Thu May 28 22:43:30 CEST 2015
More information about the Python-Dev mailing list
Thu May 28 22:43:30 CEST 2015
- Previous message (by thread): [Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused
- Next message (by thread): [Python-Dev] Can someone configure the buildbots to build the 3.5 branch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <benjamin at python.org> >> 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.
- Previous message (by thread): [Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused
- Next message (by thread): [Python-Dev] Can someone configure the buildbots to build the 3.5 branch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list