Navigation Menu

Skip to content
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

Fix urllib3 Recursion Regression #410

Merged
merged 4 commits into from Oct 15, 2021
Merged

Fix urllib3 Recursion Regression #410

merged 4 commits into from Oct 15, 2021

Conversation

TimPansino
Copy link
Contributor

@TimPansino TimPansino commented Oct 14, 2021

Before contributing, please read our contributing guidelines and code of conduct.

Overview

  • Fix issue in urllib3 that causes regression of gevent patching recursion bug.

Related Github Issue

Closes #409

Testing

  • Regression testing added and verified.

@github-actions
Copy link

github-actions bot commented Oct 14, 2021

Mega-Linter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 0.3s
✅ PYTHON black 1 0 0 0.24s
✅ PYTHON flake8 1 0 0.23s
✅ PYTHON isort 1 0 0 0.13s
✅ PYTHON pylint 1 0 1.5s

See errors details in artifact Mega-Linter reports on GitHub Action page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@TimPansino TimPansino marked this pull request as ready for review October 14, 2021 23:52
@TimPansino TimPansino requested a review from a team as a code owner October 14, 2021 23:52
@lrafeei lrafeei merged commit c52da17 into main Oct 15, 2021
@lrafeei lrafeei deleted the fix-urllib3-recursion branch October 15, 2021 20:05
@lrafeei lrafeei added this to the 7.2.2.169 milestone Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gevent + Urllib3 Recursion Bug (Regression)
2 participants