Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD ↵ | Erlend E. Aasland | 2024-02-06 | 1 | -1/+46 |
| | | | | | methods without params (#115016) (#115067) (cherry picked from commit 09096a1647913526a3d4fa69a9d2056ec82a8f37) | ||||
* | gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167) | Erlend E. Aasland | 2023-05-05 | 1 | -0/+81 |
| | |||||
* | gh-64490: Fix bugs in argument clinic varargs processing (#32092) | colorfulappl | 2022-11-24 | 1 | -0/+119 |
| | |||||
* | gh-99240: Fix double-free bug in Argument Clinic str_converter generated ↵ | colorfulappl | 2022-11-24 | 1 | -0/+79 |
| | | | | | | | | code (GH-99241) Fix double-free bug mentioned at https://github.com/python/cpython/issues/99240, by moving memory clean up out of "exit" label. Automerge-Triggered-By: GH:erlend-aasland | ||||
* | gh-64490: Fix refcount error when arguments are packed to tuple in argument ↵ | colorfulappl | 2022-11-24 | 1 | -0/+37 |
| | | | | clinic (#99233) | ||||
* | gh-96002: Add functional test for Argument Clinic (#96178) | colorfulappl | 2022-11-21 | 1 | -0/+952 |
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> |