Pieter Eendebak
|
08d7bd28fe
|
gh-140232: Do not track frozenset objects with immutables (#140234)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
|
2026-01-28 11:27:37 +01:00 |
|
M Bussonnier
|
2ac738d325
|
gh-132657: add regression test for PySet_Contains with unhashable type (#141411)
|
2025-11-12 20:50:08 +05:30 |
|
Victor Stinner
|
dc2d0f4654
|
gh-116417: Fix WASI build of _testlimitedcapi (#116974)
Use different function names between _testcapi and _testlimitedcapi
to not confuse the WASI linker.
|
2024-03-18 23:06:52 +01:00 |
|
Victor Stinner
|
ecb4a2b711
|
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Split list.c and set.c tests of _testcapi into two parts: limited C
API tests in _testlimitedcapi and non-limited C API tests in
_testcapi.
|
2024-03-18 22:03:55 +01:00 |
|