Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
[3.8] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)#31173
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
POST requests tohttp://www.example.com/ fail randomly.(cherry picked from commit1578de2)Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington commentedFeb 6, 2022
@vstinner: Status check is done, and it's a success ✅ . |
vstinner commentedFeb 6, 2022
@ambv: You may want to get this fix. The 10 Refleaks 3.8 buildbots are failing because of test_urllib2:https://buildbot.python.org/all/#/release_status |
miss-islington commentedFeb 6, 2022
@vstinner: Status check is done, and it's a success ✅ . |
gpshead commentedFeb 7, 2022
fwiw, a more proper fix to backport is coming in#31186. but it probably doesn't matter which one is chosen for 3.8 as it's not like the code this is testing behavior of could ever change in this branch. |
vstinner commentedFeb 8, 2022
Thanks for the merge@ambv! |
Uh oh!
There was an error while loading.Please reload this page.
POST requests tohttp://www.example.com/ fail randomly.
(cherry picked from commit1578de2)
Co-authored-by: Victor Stinnervstinner@python.org
https://bugs.python.org/issue46648