This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drocco
Recipients bbrazil, drocco, meador.inge, orsenthil
Date 2015-04-14.18:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429036803.21.0.0614696853011.issue12923@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Here is an alternate patch to the test suite that demonstrates the
failure without needing refleak mode. The test works by issuing enough
requests that, if retries are not independent per request, the test 
triggers the code path that results in the test failing. It passes with
the patch to request.py applied.

Thanks,
dan
History
Date User Action Args
2015-04-14 18:40:03droccosetrecipients: + drocco, orsenthil, meador.inge, bbrazil
2015-04-14 18:40:03droccosetmessageid: <1429036803.21.0.0614696853011.issue12923@psf.upfronthosting.co.za>
2015-04-14 18:40:03droccolinkissue12923 messages
2015-04-14 18:40:03droccocreate