Skip to content

Commit f3a6786

Browse files
committed
Fix NEWS entry: use literal markup for internal opcode name
CALL_LIST_APPEND is not in the Sphinx opcode domain, so use double backticks instead of :opcode: to avoid a broken cross-reference.
1 parent 438be07 commit f3a6786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix double-free crash in :opcode:`CALL_LIST_APPEND` when the list's backing
1+
Fix double-free crash in ``CALL_LIST_APPEND`` when the list's backing
22
array fails to grow under :exc:`MemoryError`.

0 commit comments

Comments
 (0)