mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
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.
Miscellaneous source files for the main Python shared library