Skip to content

Commit d02c524

Browse files
committed
Fix reference in the documentation
1 parent 3e6cc65 commit d02c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.14.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@ docstrings are now removed from the optimized AST in optimization level 2.
42224222
.. nonce: A7uxqa
42234223
.. section: Core and Builtins
42244224
4225-
The ``f_executable`` field in the internal :c:struct:`_PyInterpreterFrame`
4225+
The ``f_executable`` field in the internal :c:struct:`!_PyInterpreterFrame`
42264226
struct now uses a tagged pointer. Profilers and debuggers that uses this
42274227
field should clear the least significant bit to recover the
42284228
:c:expr:`PyObject*` pointer.

0 commit comments

Comments
 (0)