We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eb42d commit 4fbaa99Copy full SHA for 4fbaa99
Doc/library/dis.rst
@@ -991,6 +991,15 @@ All of the following opcodes use their arguments.
991
``i`` is no longer offset by the length of ``co_varnames``.
992
993
994
+.. opcode:: COPY_FREE_VARS (n)
995
+
996
+ Copies the ``n`` free variables from the closure into the frame.
997
+ Removes the need for special code on the caller's side when calling
998
+ closures.
999
1000
+ .. versionadded:: 3.11
1001
1002
1003
.. opcode:: RAISE_VARARGS (argc)
1004
1005
Raises an exception using one of the 3 forms of the ``raise`` statement,
0 commit comments