diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2018-03-25 10:44:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 10:44:30 (GMT) |
commit | bc77eff8b96be4f035e665ab35c1d06e22f46491 (patch) | |
tree | 68ca923578c2ac466dace4ce07b1571c77bae519 /.github | |
parent | d02ac25ab0879f1a6de6937573bf00a16b7bd22e (diff) | |
download | cpython-bc77eff8b96be4f035e665ab35c1d06e22f46491.zip cpython-bc77eff8b96be4f035e665ab35c1d06e22f46491.tar.gz cpython-bc77eff8b96be4f035e665ab35c1d06e22f46491.tar.bz2 |
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
- new test case for pre-initialization of sys.warnoptions and sys._xoptions
- restored ability to call these APIs prior to Py_Initialize
- updated the docs for the affected APIs to make it clear they can be
called before Py_Initialize
- also enhanced the existing embedding test cases
to check for expected settings in the sys module
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions