]> granicus.if.org Git - python/commit
bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115)
authorEddie Elizondo <eelizondo@fb.com>
Fri, 13 Sep 2019 16:48:03 +0000 (12:48 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 16:48:03 +0000 (09:48 -0700)
commita67ac2f2d9550e5a36d28f9b6eeacf6575dda2d5
tree0cf5dc7d9e474ac658adb653d47a5d96646fada7
parent14fd925a18fe3db0922a7d798e373102fe7a8a9c
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
Modules/_testcapimodule.c