[issue17960] Clarify the required behaviour of locals()

Nick Coghlan report at bugs.python.org
Tue Oct 10 22:16:40 EDT 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Nathaniel raised a valid concern about the draft PEP over in https://bugs.python.org/issue30744#msg302475, so I've been considering whether or not it would be possible to make the write-through proxy idea work without introducing other problems.

I think I have a workable design concept for that approach now: https://bugs.python.org/issue30744#msg304099

So the next step will be to see if that actually does work as well as I think it will, and if so, update the PEP accordingly.

----------
nosy: +njs

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


More information about the Python-bugs-list mailing list