Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2459b92

Browse files
authored
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 cccd1e7. It's now time to remove the last reference to it in the documentation.
1 parent 8c14f5a commit 2459b92

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Doc/extending/extending.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -911,12 +911,7 @@ the cycle itself.
911911
The cycle detector is able to detect garbage cycles and can reclaim them.
912912
The :mod:`gc` module exposes a way to run the detector (the
913913
:func:`~gc.collect` function), as well as configuration
914-
interfaces and the ability to disable the detector at runtime. The cycle
915-
detector is considered an optional component; though it is included by default,
916-
it can be disabled at build time using the :option:`!--without-cycle-gc` option
917-
to the :program:`configure` script on Unix platforms (including Mac OS X). If
918-
the cycle detector is disabled in this way, the :mod:`gc` module will not be
919-
available.
914+
interfaces and the ability to disable the detector at runtime.
920915

921916

922917
.. _refcountsinpython:

0 commit comments

Comments
 (0)