bpo-40521: Make the empty frozenset per interpreter by vstinner · Pull Request #21068 · python/cpython

@vstinner

Each interpreter now has its own empty frozenset singleton.

@vstinner vstinner deleted the interp_empty_frozenset branch

June 23, 2020 12:07

rhettinger added a commit to rhettinger/cpython that referenced this pull request

Jun 23, 2020

vstinner pushed a commit that referenced this pull request

Jun 23, 2020
* Revert "bpo-40521: Make the empty frozenset per interpreter (GH-21068)"

This reverts commit 261cfed.

* bpo-40521: Empty frozensets are no longer singletons

* Complete the removal of the frozenset singleton

fasih pushed a commit to fasih/cpython that referenced this pull request

Jun 29, 2020
Each interpreter now has its own empty frozenset singleton.

fasih pushed a commit to fasih/cpython that referenced this pull request

Jun 29, 2020
* Revert "bpo-40521: Make the empty frozenset per interpreter (pythonGH-21068)"

This reverts commit 261cfed.

* bpo-40521: Empty frozensets are no longer singletons

* Complete the removal of the frozenset singleton