cpython/Doc/extending
Victor Stinner 2459b92a4d
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
The configure --without-cycle-gc option has been removed in Python
2.3 by the commit cccd1e7248. It's now
time to remove the last reference to it in the documentation.
2021-04-12 16:58:45 +01:00
..
building.rst bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
embedding.rst
extending.rst bpo-43774: Remove --without-cycle-gc doc (GH-25364) 2021-04-12 16:58:45 +01:00
index.rst
newtypes.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
newtypes_tutorial.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
windows.rst