]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44553 : Implement GC methods for types.Union (GH-26993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Jul 2021 13:33:16 +0000 (06:33 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 13:33:16 +0000 (06:33 -0700)
commit0856134542c1067d02c9027ddbb2a61916907e92
tree761bd0d10ac9abff125cc47b68f5306de7df7f02
parent7a2d2ed1330e464ac186c09501ef51b8261f4292
bpo-44553 : Implement GC methods for types.Union (GH-26993)

(cherry picked from commit 1097384ce964dd63686b1aac706cd0fa764c2dc9)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2021-07-02-22-54-41.bpo-44553.l9YqGg.rst [new file with mode: 0644]
Objects/unionobject.c