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.
versionadded
PyCode_Addr2Location
1 parent 898de13 commit 4c76346Copy full SHA for 4c76346
1 file changed
Doc/c-api/code.rst
@@ -77,6 +77,8 @@ bound into a function.
77
78
Returns ``1`` if the function succeeds and 0 otherwise.
79
80
+ .. versionadded:: 3.11
81
+
82
.. c:function:: PyObject* PyCode_GetCode(PyCodeObject *co)
83
84
Equivalent to the Python code ``getattr(co, 'co_code')``.
0 commit comments