STINNER Victor <vstin...@python.org> added the comment:

Mark: do you think that it's an acceptable trade-off to ask debuggers and 
profilers to call explicitly PyFrame_FastToLocalsWithError() and 
PyFrame_LocalsToFast(), to optimize the common case, when locals are not needed?

----------
nosy: +Mark.Shannon, ncoghlan

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

Reply via email to