[issue30744] Local variable assignment is broken when combined with threads + tracing + closures

Nathaniel Smith report at bugs.python.org
Fri Oct 13 03:46:41 EDT 2017


Nathaniel Smith <njs at pobox.com> added the comment:

@arigo: But CPython is already committed to supporting writes to locals() at any moment, because at any moment you can set a trace function and in every proposal trace functions can reliably write to locals. So I don't think this is a serious obstacle for addng a JIT to CPython -- or at least, it doesn't add any new obstacles.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30744>
_______________________________________


More information about the Python-bugs-list mailing list