commit | a67ac2f2d9550e5a36d28f9b6eeacf6575dda2d5 | [log] [tgz] |
---|---|---|
author | Eddie Elizondo <eelizondo@fb.com> | Fri Sep 13 12:48:03 2019 -0400 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 13 09:48:03 2019 -0700 |
tree | 0cf5dc7d9e474ac658adb653d47a5d96646fada7 | |
parent | 14fd925a18fe3db0922a7d798e373102fe7a8a9c [diff] |
bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) The PyLong created in the finalizer was not being cleaned up https://bugs.python.org/issue38150 Automerge-Triggered-By: @matrixise