Victor Stinner
|
4e5a7284ee
|
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Argument Clinic now uses the new public PyLong_AsInt(), rather than
the old name _PyLong_AsInt().
|
2023-08-25 00:51:22 +02:00 |
Victor Stinner
|
cbb9ba844f
|
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
Argument Clinic now also checks for .cpp files (PC/_wmimodule.cpp).
|
2023-06-02 01:31:58 +02:00 |
Erlend E. Aasland
|
d0b4abedfb
|
gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)
|
2023-05-05 14:08:24 +02:00 |
Kumar Aditya
|
7cf164ad5e
|
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
|
2022-12-28 09:46:28 +05:30 |
colorfulappl
|
0da728387c
|
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
|
2022-11-24 20:56:50 +01:00 |
colorfulappl
|
8dbe08eb7c
|
gh-99240: Fix double-free bug in Argument Clinic str_converter generated 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
|
2022-11-24 06:01:26 -08:00 |
colorfulappl
|
69f6cc77d0
|
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
|
2022-11-24 17:54:18 +05:30 |
colorfulappl
|
c450c8c9ed
|
gh-96002: Add functional test for Argument Clinic (#96178)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
|
2022-11-21 15:08:45 +01:00 |