]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 14 Jan 2020 12:06:45 +0000 (12:06 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2020 12:06:45 +0000 (12:06 +0000)
commita2ec3f07f7f028ff6229d6be2a7cfbda1f4efaeb
tree2ca30015db1da7016d3f0eff8e253dcfc298452a
parent1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d
bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989)
Doc/library/gc.rst
Doc/whatsnew/3.9.rst
Lib/test/test_gc.py
Misc/NEWS.d/next/Core and Builtins/2020-01-13-15-18-13.bpo-39322.aAs-1T.rst [new file with mode: 0644]
Modules/clinic/gcmodule.c.h
Modules/gcmodule.c