mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
e1b29950bf
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