]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Make the empty frozenset per interpreter (GH-21068)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Jun 2020 12:07:52 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 12:07:52 +0000 (14:07 +0200)
commit261cfedf7657a515e04428bba58eba2a9bb88208
treef242ee74773b9e46c63f0bf99e1ddc6b932a00b6
parentb4e85cadfbc2b1b24ec5f3159e351dbacedaa5e0
bpo-40521: Make the empty frozenset per interpreter (GH-21068)

Each interpreter now has its own empty frozenset singleton.
Include/internal/pycore_interp.h
Include/internal/pycore_pylifecycle.h
Misc/NEWS.d/next/Core and Builtins/2020-05-20-01-17-34.bpo-40521.wvAehI.rst
Objects/setobject.c
Python/pylifecycle.c