mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
and TMP_MAX. Converted all functions that used PyArg_Parse() or PyArg_NoArgs() to use PyArg_ParseTuple() and specified all function names using the :name syntax in the format strings, to allow better error messages when TypeError is raised for parameter type mismatches.
This commit is contained in:
parent
229c0868fe
commit
5ab8eaf0bb
1 changed files with 328 additions and 165 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue