mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| clinic | ||
| abstract.c | ||
| bytearray.c | ||
| bytes.c | ||
| codec.c | ||
| complex.c | ||
| dict.c | ||
| eval.c | ||
| file.c | ||
| float.c | ||
| heaptype_relative.c | ||
| import.c | ||
| list.c | ||
| long.c | ||
| object.c | ||
| parts.h | ||
| pyos.c | ||
| set.c | ||
| sys.c | ||
| testcapi_long.h | ||
| tuple.c | ||
| unicode.c | ||
| util.h | ||
| vectorcall_limited.c | ||
| version.c | ||