summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)Irit Katriel2023-03-111-0/+28
* [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Ɓukasz Langa2023-02-071-0/+56
* [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...Bill Fisher2022-12-241-0/+10
* [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-0/+4
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Miss Islington (bot)2022-12-041-4/+5
* [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...Serhiy Storchaka2022-11-201-0/+474
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-125-0/+2838