mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
typo fix
This commit is contained in:
parent
68133fdcbe
commit
865b2925dd
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ def _call_with_frames_removed(f, *args, **kwds):
|
|||
# keyword-only defaults)
|
||||
# Python 3.4a1 3260 (add LOAD_CLASSDEREF; allow locals of class to override
|
||||
# free vars)
|
||||
# Python 3.4a1 3270 (various tweaks to the __class_ closure)
|
||||
# Python 3.4a1 3270 (various tweaks to the __class__ closure)
|
||||
# Python 3.4a1 3280 (remove implicit class argument)
|
||||
#
|
||||
# MAGIC must change whenever the bytecode emitted by the compiler may no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue