Files
cpython/Python
Victor Stinner 1be0d1135f bpo-36352: Clarify fileutils.h documentation (GH-12406)
The last parameter of _Py_wreadlink(), _Py_wrealpath() and
_Py_wgetcwd() is a length, not a size: number of characters including
the trailing NUL character.

Enhance also documentation of error conditions.
2019-03-18 17:47:26 +01:00
..
2016-09-07 09:26:18 -07:00
2009-04-27 20:54:42 +00:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library