diff options
author | Victor Stinner <vstinner@python.org> | 2025-01-30 17:05:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 17:05:32 (GMT) |
commit | 4ca9fc08f89bf7172d41e523d9e520eb1729ee8c (patch) | |
tree | 5cfca9bfa74c08530800fccd53e60e19b542fb01 /Python/errors.c | |
parent | 4e47e05045b7b05c7e166bda2afd60191314e326 (diff) | |
download | cpython-4ca9fc08f89bf7172d41e523d9e520eb1729ee8c.zip cpython-4ca9fc08f89bf7172d41e523d9e520eb1729ee8c.tar.gz cpython-4ca9fc08f89bf7172d41e523d9e520eb1729ee8c.tar.bz2 |
gh-111495: Add PyFile tests (#129449)
Add tests for the following functions in test_capi.test_file:
* PyFile_FromFd()
* PyFile_GetLine()
* PyFile_NewStdPrinter()
* PyFile_WriteObject()
* PyFile_WriteString()
* PyObject_AsFileDescriptor()
Add Modules/_testlimitedcapi/file.c file.
Remove test_embed.StdPrinterTests which became redundant.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions