index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_capi
/
test_misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...
Miss Islington (bot)
2023-09-18
1
-10/+26
*
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...
Serhiy Storchaka
2023-08-16
1
-131/+0
*
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...
Serhiy Storchaka
2023-08-16
1
-0/+42
*
[3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...
Miss Islington (bot)
2023-08-11
1
-1/+1
*
[3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)
Miss Islington (bot)
2023-07-22
1
-3/+9
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-1/+402
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-7/+36
*
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...
Miss Islington (bot)
2023-06-01
1
-1/+37
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
1
-0/+33
*
GH-96803: Document and test new unstable internal frame API functions (GH-104...
Mark Shannon
2023-05-18
1
-0/+24
*
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher
2023-05-12
1
-18/+70
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-10/+26
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-1/+157
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-0/+14
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-0/+14
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-1/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-6/+27
*
Gh-68586: use run_python_until_end in test_capi (GH-102729)
Furkan Onder
2023-04-09
1
-11/+7
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
1
-128/+3
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-0/+5
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-6/+1
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-5/+93
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+39
*
gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...
Eric Snow
2023-02-06
1
-0/+3
*
gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)
Erlend E. Aasland
2022-12-17
1
-154/+0
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka
2022-12-04
1
-4/+5
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
1
-330/+0
*
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka
2022-11-10
1
-0/+2037