| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.12] C API tests: use special markers to test that output parameters were ↵ | Serhiy Storchaka | 2023-09-08 | 1 | -1/+3 |
| | | | | | | | set (GH-109014) (#109023) [3.12] C API tests: use special markers to test that output parameters were set (GH-109014). (cherry picked from commit bf414b7fcb7c8ba780a5e1d9f320ecef0c7f9488) | ||||
| * | [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… ↵ | Serhiy Storchaka | 2023-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | (#106041) [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr (GH-106034) These functions are broken by design because they discard any exceptions raised inside, including MemoryError and KeyboardInterrupt. They should not be used in new code. (cherry picked from commit 1d33d5378058671bfabb6f4d4b5bfd4726973ff9) | ||||
| * | gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350) | Dong-hee Na | 2023-03-02 | 1 | -1/+5 |
| | | |||||
| * | gh-101101: Unstable C API tier (PEP 689) (GH-101102) | Petr Viktorin | 2023-02-28 | 1 | -0/+115 |
