Files
cpython/Python
Victor Stinner e1b29950bf bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Make _PySys_AddXOptionWithError() and _PySys_AddWarnOptionWithError()
functions private again. They are no longer needed to initialize Python:
_PySys_EndInit() is now responsible to add these options instead.

Moreover, PySys_AddWarnOptionUnicode() now clears the exception on
failure if possible.
2018-10-30 14:31:42 +01:00
..
2018-10-19 23:30:03 +02:00
2018-10-19 23:30:03 +02:00

Miscellaneous source files for the main Python shared library