Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-116180: Check the globals argument in PyRun_* C API (GH-116637) | NGRsoftlab | 2024-05-02 | 1 | -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 Podoprigora | 2024-04-29 | 1 | -2/+4 |
| | | | | variable (GH-118354) | ||||
* | gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) | Serhiy Storchaka | 2024-04-17 | 1 | -0/+104 |
Co-authored-by: NGRsoftlab <78017794+NGRsoftlab@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> |