commit | 2459b92a4db69d9b14d0a86a9b81cc075894e910 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Apr 12 17:58:45 2021 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 12 16:58:45 2021 +0100 |
tree | ee786ce118f60b3e0e70092f1784de2306af7123 | |
parent | 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f [diff] |
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 cccd1e72481106b0a373117f32fda6261f3141a7. It's now time to remove the last reference to it in the documentation.