-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-34791: xml package obeys ignore env flags #9544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]>
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue34791 (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
GH-9545 is a backport of this pull request to the 3.7 branch. |
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue34791 (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
GH-9546 is a backport of this pull request to the 3.6 branch. |
GH-9547 is a backport of this pull request to the 2.7 branch. |
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue34791 (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
Thanks @serhiy-storchaka ! |
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue34791 (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue34791 (cherry picked from commit 223e501) Co-authored-by: Christian Heimes <[email protected]>
Hi! The buildbot x86 Windows XP VS9.0 2.7 has failed when building commit 2546ac8. You can take a look here: |
"FAIL: test_env_changed (test.test_regrtest.ArgsTestCase)" is a known bug, https://bugs.python.org/issue34021 |
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit 223e501)
The xml.sax and xml.dom.domreg modules now obey sys.flags.ignore_environment. Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit 223e501)
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue34791