summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-10/+26
* [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...Serhiy Storchaka2023-08-161-131/+0
* [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...Serhiy Storchaka2023-08-161-0/+42
* [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...Miss Islington (bot)2023-08-111-1/+1
* [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)Miss Islington (bot)2023-07-221-3/+9
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-1/+402
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-121-7/+36
* [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...Miss Islington (bot)2023-06-011-1/+37
* [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...Miss Islington (bot)2023-06-011-0/+33
* GH-96803: Document and test new unstable internal frame API functions (GH-104...Mark Shannon2023-05-181-0/+24
* GH-104405: Add missing PEP 523 checks (GH-104406)Brandt Bucher2023-05-121-18/+70
* gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)Eric Snow2023-05-051-10/+26
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-041-1/+157
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-031-0/+14
* gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)Jurica Bradarić2023-05-021-0/+14
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-1/+1
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-6/+27
* Gh-68586: use run_python_until_end in test_capi (GH-102729)Furkan Onder2023-04-091-11/+7
* gh-93649: Split exception tests from _testcapimodule.c (GH-102173)Erlend E. Aasland2023-02-231-128/+3
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-231-0/+5
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-6/+1
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-5/+93
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-0/+39
* gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...Eric Snow2023-02-061-0/+3
* gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)Erlend E. Aasland2022-12-171-154/+0
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Serhiy Storchaka2022-12-041-4/+5
* gh-93649: Split watcher API tests from _testcapimodule.c (#99532)Erlend E. Aasland2022-11-161-330/+0
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-101-0/+2037