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 pitrou
Recipients barry, orsenthil, pitrou
Date 2010-10-14.18:29:56
SpamBayes Score 8.0176626e-08
Marked as misclassified No
Message-id <1287080998.48.0.444228637633.issue10094@psf.upfronthosting.co.za>
In-reply-to
Content
Er, this patch is horrible. You should fix the generic bug, not workaround it on your particular environment. The test still fails with NO_PROXY:

$ NO_PROXY=1 ./python -m test.regrtest test_urllib
[1/1] test_urllib
Warning -- os.environ was modified by test_urllib
test test_urllib failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_urllib.py", line 121, in setUp
    for k in os.environ.keys():
  File "/home/antoine/py3k/__svn__/Lib/_abcoll.py", line 410, in __iter__
    for key in self._mapping:
  File "/home/antoine/py3k/__svn__/Lib/os.py", line 441, in __iter__
    for key in self._data:
RuntimeError: dictionary changed size during iteration
History
Date User Action Args
2010-10-14 18:29:58pitrousetrecipients: + pitrou, barry, orsenthil
2010-10-14 18:29:58pitrousetmessageid: <1287080998.48.0.444228637633.issue10094@psf.upfronthosting.co.za>
2010-10-14 18:29:57pitroulinkissue10094 messages
2010-10-14 18:29:56pitroucreate