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

Skip to content

[3.4] bpo-34791: xml package obeys ignore env flags (GH-9544) #11872

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 2 commits into from
Feb 25, 2019
Merged

[3.4] bpo-34791: xml package obeys ignore env flags (GH-9544) #11872

merged 2 commits into from
Feb 25, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Feb 15, 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)

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]>

(cherry picked from commit 223e501)
@matrixise
Copy link
Member

@vstinner LGTM

@larryhastings
Copy link
Contributor

Appveyor claims the build failed... but AFAICT everything was fine. There are no reported build errors, and no test failures. Did it simply time out?

@vstinner
Copy link
Member Author

Appveyor claims the build failed... but AFAICT everything was fine. There are no reported build errors, and no test failures. Did it simply time out?

I clicked on "Re-Build PR" to test again this PR. (@larryhastings you should get the button as well if you log in appveyor.com, it's connected to GitHub and so you get the permission from the Python group.)

The log ends with "[389/391] test_urllib2net" as if the job has been cancelled or stopped. The job says " Failed 5 minutes ago in 13 min 35 sec". Another recent successful job took 17 min.

Stop stressing AppVeyor, you make it grumpy :-(

@larryhastings
Copy link
Contributor

I would send Appveyor chocolates and love letters if it would help!

@larryhastings larryhastings merged commit 765d333 into python:3.4 Feb 25, 2019
@bedevere-bot
Copy link

@larryhastings: Please replace # with GH- in the commit message next time. Thanks!

@larryhastings
Copy link
Contributor

Thanks for the backport! 3.4 salutes you, as it rides off into the sunset.

@vstinner vstinner deleted the xml_ignore_env34 branch February 25, 2019 23:34
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.

7 participants