summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/getargs.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested ↵Miss Islington (bot)2023-11-271-5/+9
| | | | | | | tuples in PyArg_Parse (gh-112439) (GH-112460) (cherry picked from commit 4eea1e82369fbf7a795d1956e7a8212a1b58009f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c ↵Miss Islington (bot)2023-10-211-33/+57
| | | | | | | (GH-110573) (GH-111161) (cherry picked from commit f71cd5394efe154ba92228b2b67be910cc1ede95) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() ↵Miss Islington (bot)2023-10-131-13/+39
| | | | | | | (GH-110817) (GH-110825) (cherry picked from commit 548ce0923b9ef93b1c1df59f8febc4bb3daff28a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ↵colorfulappl2022-12-171-0/+19
| | | | | | parsing (#99890) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-93649: Split getargs tests from _testcapimodule.c (#99346)Erlend E. Aasland2022-11-141-0/+920