We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versionadded
PyCode_Addr2Location
1 parent c67b005 commit f11a3d1Copy full SHA for f11a3d1
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