PEP 558: add missing word
This commit is contained in:
parent
38177aa3c7
commit
51fae75f34
|
@ -215,7 +215,7 @@ are rather quirky due to historical implementation details:
|
|||
to the exact same dictionary
|
||||
* the two common calls to the reverse operation, ``PyFrame_LocalsToFast``, were
|
||||
removed in the migration to Python 3: ``exec`` is no longer a statement (and
|
||||
hence can longer affect function local namespaces), and the compiler now
|
||||
hence can no longer affect function local namespaces), and the compiler now
|
||||
disallows the use of ``from module import *`` operations at function scope
|
||||
* however, two obscure calling paths remain: ``PyFrame_LocalsToFast`` is called
|
||||
as part of returning from a trace function (which allows debuggers to make
|
||||
|
|
Loading…
Reference in New Issue