Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ↵ | Miss Islington (bot) | 2024-05-17 | 1 | -1/+43 |
| | | | | | | | | | API (GH-119063) (GH-119106) The source line was not displayed if the warnings module had not yet been imported. (cherry picked from commit 100c7ab00ab66a8c0d54582f35e38d8eb691743c) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> | ||||
* | gh-108082: Add PyErr_FormatUnraisable() function (GH-111086) | Serhiy Storchaka | 2023-10-31 | 1 | -0/+57 |
| | |||||
* | gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) | Serhiy Storchaka | 2023-10-30 | 1 | -0/+45 |
| | | | | Also document the behavior when called with NULL. | ||||
* | gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() ↵ | Serhiy Storchaka | 2023-08-19 | 1 | -0/+81 |
| | | | | | | | | (GH-107918) Such C API functions as PyErr_SetString(), PyErr_Format(), PyErr_SetFromErrnoWithFilename() and many others no longer crash or ignore errors if it failed to format the error message or decode the filename. Instead, they keep a corresponding error. | ||||
* | gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* ↵ | Irit Katriel | 2023-05-30 | 1 | -0/+93 |
| | | | | implementation in the unstable API (#105072) | ||||
* | gh-104469: Convert _testcapi/exceptions to use AC (gh-104502) | Dong-hee Na | 2023-05-21 | 1 | -1/+1 |
| | |||||
* | gh-102594: PyErr_SetObject adds note to exception raised on normalization ↵ | Irit Katriel | 2023-03-16 | 1 | -0/+20 |
| | | | | error (#102675) | ||||
* | gh-102493: fix normalization in PyErr_SetObject (#102502) | Irit Katriel | 2023-03-07 | 1 | -0/+28 |
| | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-93649: Split exception tests from _testcapimodule.c (GH-102173) | Erlend E. Aasland | 2023-02-23 | 1 | -0/+145 |
Automerge-Triggered-By: GH:erlend-aasland |