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 3e6cc65 commit d02c524Copy full SHA for d02c524
Misc/NEWS.d/3.14.0a1.rst
@@ -4222,7 +4222,7 @@ docstrings are now removed from the optimized AST in optimization level 2.
4222
.. nonce: A7uxqa
4223
.. section: Core and Builtins
4224
4225
-The ``f_executable`` field in the internal :c:struct:`_PyInterpreterFrame`
+The ``f_executable`` field in the internal :c:struct:`!_PyInterpreterFrame`
4226
struct now uses a tagged pointer. Profilers and debuggers that uses this
4227
field should clear the least significant bit to recover the
4228
:c:expr:`PyObject*` pointer.
0 commit comments