commit | 4b965930e8625f77cb0e821daf5cc40e85b45f84 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <pitrou@free.fr> | Tue Dec 19 19:48:45 2017 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 19 19:48:45 2017 +0100 |
tree | 1d3ddc1ddcd39914e6136473352a89d3fb33f8c1 | |
parent | e40ad7965331a3d2d43791f4df71acac9bcb3b1c [diff] |
bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) * Fix #32377: improve __del__ docs and fix mention about resurrection * Mention that CPython only calls __del__ once.