This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
196f1519cd2d8134d7643536f13f2b2844bea65d
cpython
/
Modules
/
_testlimitedcapi
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
…
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
…
version.c
…