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 cb9545a commit 22a9bfeCopy full SHA for 22a9bfe
1 file changed
Doc/howto/abi3t-migration.rst
@@ -284,7 +284,8 @@ and replace them with the following:
284
return my_slot_array;
285
}
286
287
-Leave out any fields that were missing, and substitute your own values.
+Leave out any fields that were missing (excexpt the new :c:macro:`Py_mod_abi`),
288
+and substitute your own values.
289
290
See :c:type:`PySlot` and :c:ref:`export hook <extension-export-hook>`
291
documentation for details on this API.
0 commit comments