This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-26 11:52:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e73fbbacbba0dc65f8525eb710eaec618e18fa7d
cpython
/
Modules
/
_testlimitedcapi
T
History
M Bussonnier
2ac738d325
gh-132657: add regression test for
PySet_Contains
with unhashable type (
#141411
)
2025-11-12 20:50:08 +05:30
..
clinic
…
abstract.c
gh-130947: Add again PySequence_Fast() to the limited C API (
#130948
)
2025-03-13 13:00:57 +01:00
bytearray.c
…
bytes.c
…
codec.c
…
complex.c
…
dict.c
…
eval.c
…
file.c
…
float.c
…
heaptype_relative.c
gh-111178: Fix function signatures for test_capi (
#131659
)
2025-03-24 14:04:45 +00:00
import.c
gh-133644: remove deprecated
PyImport_ImportModuleNoBlock
(
#133655
)
2025-05-08 13:08:43 +00:00
list.c
…
long.c
…
object.c
…
parts.h
…
pyos.c
…
set.c
gh-132657: add regression test for
PySet_Contains
with unhashable type (
#141411
)
2025-11-12 20:50:08 +05:30
sys.c
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
2025-05-28 20:11:09 +03:00
testcapi_long.h
…
tuple.c
…
unicode.c
…
util.h
…
vectorcall_limited.c
gh-111178: Fix function signatures for multiple tests (
#131496
)
2025-03-20 12:27:03 +01:00
version.c
…