Skip to content

Commit 22a9bfe

Browse files
committed
Clarification
1 parent cb9545a commit 22a9bfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/howto/abi3t-migration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ and replace them with the following:
284284
return my_slot_array;
285285
}
286286
287-
Leave out any fields that were missing, and substitute your own values.
287+
Leave out any fields that were missing (excexpt the new :c:macro:`Py_mod_abi`),
288+
and substitute your own values.
288289

289290
See :c:type:`PySlot` and :c:ref:`export hook <extension-export-hook>`
290291
documentation for details on this API.

0 commit comments

Comments
 (0)