Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:

bisected to here:

631f9938b1604d4f893417ec339b9e0fa9196fb1 is the first new commit
commit 631f9938b1604d4f893417ec339b9e0fa9196fb1
Author: Eric Snow <ericsnowcurren...@gmail.com>
Date:   Mon Jun 7 16:52:00 2021 -0600

    bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. 
(gh-26396)

    This moves logic out of the frame initialization code and into the compiler 
and eval loop.  Doing so simplifies the runtime code and allows us to optimize 
it better.

    https://bugs.python.org/issue43693

----------
nosy: +Dennis Sweeney, eric.snow

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

Reply via email to