summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_run.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-116180: Check the globals argument in PyRun_* C API (GH-116637)NGRsoftlab2024-05-021-12/+24
| | | | | It used to crash when passing NULL or non-dict as globals. Now it sets a SystemError.
* gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config ↵Kirill Podoprigora2024-04-291-2/+4
| | | | variable (GH-118354)
* gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)Serhiy Storchaka2024-04-171-0/+104
Co-authored-by: NGRsoftlab <78017794+NGRsoftlab@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>