| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-118422: Fix run_fileexflags() test (#118429) | Victor Stinner | 2024-04-30 | 1 | -7/+6 |
| | | | | | | Don't test the undefined behavior of fileno() on a closed file, but use fstat() as a reliable test if the file was closed or not. | ||||
| * | gh-117968: Make the test for closed file more safe in the C API tests ↵ | Serhiy Storchaka | 2024-04-25 | 1 | -2/+4 |
| | | | | | | | | | (GH-118230) The behavior of fileno() after fclose() is undefined, but it is the only practical way to check whether the file was closed. Only test this on the known platforms (Linux, Windows, macOS), where we already tested that it works. | ||||
| * | gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) | Serhiy Storchaka | 2024-04-17 | 1 | -0/+112 |
| Co-authored-by: NGRsoftlab <78017794+NGRsoftlab@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | |||||
