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 barry
Recipients barry
Date 2010-10-13.22:46:19
SpamBayes Score 4.301504e-05
Marked as misclassified No
Message-id <1287009982.88.0.0149254747743.issue10094@psf.upfronthosting.co.za>
In-reply-to
Content
Running the test suite on py3k r85440, I get the following failure:


======================================================================
ERROR: test_getproxies_environment_keep_no_proxies (__main__.ProxyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_urllib.py", line 121, in setUp
    for k in os.environ.keys():
  File "/home/barry/projects/python/py3k/Lib/_abcoll.py", line 410, in __iter__
    for key in self._mapping:
  File "/home/barry/projects/python/py3k/Lib/os.py", line 441, in __iter__
    for key in self._data:
RuntimeError: dictionary changed size during iteration

This is consistent (i.e. fails every time) on Ubuntu 10.10 amd64.
History
Date User Action Args
2010-10-13 22:46:22barrysetrecipients: + barry
2010-10-13 22:46:22barrysetmessageid: <1287009982.88.0.0149254747743.issue10094@psf.upfronthosting.co.za>
2010-10-13 22:46:20barrylinkissue10094 messages
2010-10-13 22:46:19barrycreate