Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

tiran
Copy link
Member

@tiran tiran commented Sep 24, 2018

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

The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes <[email protected]>
@miss-islington miss-islington merged commit 223e501 into python:master Sep 24, 2018
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 24, 2018
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]>
@bedevere-bot
Copy link

GH-9545 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 24, 2018
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]>
@bedevere-bot
Copy link

GH-9546 is a backport of this pull request to the 3.6 branch.

@bedevere-bot
Copy link

GH-9547 is a backport of this pull request to the 2.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 24, 2018
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]>
@tiran
Copy link
Member Author

tiran commented Sep 24, 2018

Thanks @serhiy-storchaka !

vstinner pushed a commit that referenced this pull request Oct 19, 2018
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]>
vstinner pushed a commit that referenced this pull request Oct 19, 2018
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]>
vstinner pushed a commit that referenced this pull request Oct 19, 2018
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]>
@bedevere-bot
Copy link

Hi! The buildbot x86 Windows XP VS9.0 2.7 has failed when building commit 2546ac8.

You can take a look here:

https://buildbot.python.org/all/#builders/105/builds/264

@vstinner
Copy link
Member

Hi! The buildbot x86 Windows XP VS9.0 2.7 has failed when building commit 2546ac8.
You can take a look here: https://buildbot.python.org/all/#builders/105/builds/264

"FAIL: test_env_changed (test.test_regrtest.ArgsTestCase)" is a known bug, https://bugs.python.org/issue34021

larryhastings pushed a commit that referenced this pull request Feb 25, 2019
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)
larryhastings pushed a commit that referenced this pull request Feb 26, 2019
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-security A security issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants