Re: [Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused

2015-05-28 Thread Ned Batchelder
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 date:Thu May 28 14:40:08 2015 -0500 summ

Re: [Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused

2015-05-28 Thread Benjamin Peterson
On Thu, May 28, 2015, at 15:52, 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 > > date:

Re: [Python-Dev] cpython (3.5): remove STORE_MAP, since it's unused

2015-05-28 Thread Serhiy Storchaka
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 date:Thu May 28 14:40:08 2015 -0500 summary: remove STORE_MAP, since it's unused