commit | 5faff977adbe089e1f91a5916ccb2160a22dd292 | [log] [tgz] |
---|---|---|
author | Ammar Askar <ammar@ammaraskar.com> | Fri Sep 27 07:11:27 2019 -0400 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 27 04:11:27 2019 -0700 |
tree | ed63fe46908278316d31337d6c62f7e377d537a6 | |
parent | 6ce03ec627680ce0829a5b3067fab7faed21b533 [diff] |
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) As mentioned in the bpo ticket, this mistake came up on two reviews: - https://github.com/python/cpython/pull/16127#pullrequestreview-288312751 - https://github.com/python/cpython/pull/16071#pullrequestreview-287819525 Would be nice to have it documented in a more permanent place than 3.8's whatsnew entry. https://bugs.python.org/issue38206 Automerge-Triggered-By: @encukou