Documentation
When using the new module slot definition macros added in v3.15b1 it's not clear which one to use for the Py_mod_gil and Py_mod_multiple_interpreters slots. The values are cast to void * (implying PySlot_DATA) but PySlot_INT64 or PySlot_UINT64 is more obvious.
It would be good if the docs did the same as for Py_mod_abi
Documentation
When using the new module slot definition macros added in v3.15b1 it's not clear which one to use for the
Py_mod_gilandPy_mod_multiple_interpretersslots. The values are cast tovoid *(implyingPySlot_DATA) butPySlot_INT64orPySlot_UINT64is more obvious.It would be good if the docs did the same as for
Py_mod_abi