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 gh-85454: Remove distutils documentation (#95239) 2022-07-25 15:50:46 +02:00
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 gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) 2022-08-04 10:13: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
newtypes_tutorial.rst gh-86493: Modernize modules initialization code (GH-106858) 2023-07-25 14:34:49 +03:00
windows.rst gh-85454: Remove distutils documentation (#95239) 2022-07-25 15:50:46 +02:00