STINNER Victor <[email protected]> added the comment:
About setting frame local variables, see: * bpo-42197: Disable automatic update of frame locals during tracing * bpo-30744: Local variable assignment is broken when combined with threads + tracing + closures * PEP 558: Defined semantics for locals() https://www.python.org/dev/peps/pep-0558/ ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39947> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
