[issue46651] test_urllib2.test_issue16464() fails randomly

2022-02-05 Thread STINNER Victor
STINNER Victor added the comment: Oh, bpo-46648 was already opened. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> `test.test_urllib2.MiscTests.test_issue16464` started to fail ___ Python tracker

[issue46651] test_urllib2.test_issue16464() fails randomly

2022-02-05 Thread STINNER Victor
New submission from STINNER Victor : test_urllib2.test_issue16464() fails randomly. It uses http://www.example.com/ server. Instead, I proposed to use http://httpbin.org/post URL which is written to support HTTP POST. $ ./python -m test test_urllib2 -u all -v -m test_issue16464 =