[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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

bpo-34791: xml package obeys ignore env flags #9544

Merged
merged 1 commit into from Sep 24, 2018

Conversation

Copy link
Member

tiran commented Sep 24, 2018

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

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34791

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

Signed-off-by: Christian Heimes <christian@python.org>
tiran added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Sep 24, 2018
miss-islington merged commit 223e501 into python:master Sep 24, 2018
Copy link
Contributor

miss-islington commented Sep 24, 2018

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 <christian@python.org>

https://bugs.python.org/issue34791
(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
Copy link

bedevere-bot commented Sep 24, 2018

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 <christian@python.org>

https://bugs.python.org/issue34791
(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
Copy link

bedevere-bot commented Sep 24, 2018

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

Copy link

bedevere-bot commented Sep 24, 2018

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 <christian@python.org>

https://bugs.python.org/issue34791
(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
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 <christian@python.org>

(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
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 <christian@python.org>

https://bugs.python.org/issue34791
(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
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 <christian@python.org>

https://bugs.python.org/issue34791
(cherry picked from commit 223e501)

Co-authored-by: Christian Heimes <christian@python.org>
Copy link

bedevere-bot commented Oct 20, 2018

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

Copy link
Member

vstinner commented Oct 20, 2018

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

yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes <christian@python.org>



https://bugs.python.org/issue34791
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 <christian@python.org>

(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 <christian@python.org>

(cherry picked from commit 223e501)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 automerge PR will be merged once it's been approved and all CI passed type-security A security issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants