0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/extending
Serhiy Storchaka 329e4a1a3f
gh-86493: Modernize modules initialization code (GH-106858)
Use PyModule_Add() or PyModule_AddObjectRef() instead of soft deprecated
PyModule_AddObject().
2023-07-25 14:34:49 +03:00
..
building.rst
embedding.rst gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314) 2023-07-03 00:54:35 +09:00
extending.rst gh-86493: Modernize modules initialization code (GH-106858) 2023-07-25 14:34:49 +03:00
index.rst
newtypes_tutorial.rst gh-86493: Modernize modules initialization code (GH-106858) 2023-07-25 14:34:49 +03:00
newtypes.rst Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" tutorial (#104969) 2023-06-16 07:10:59 +00:00
windows.rst