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 srid
Recipients barry, flox, georg.brandl, orsenthil, srid
Date 2010-03-22.21:14:42
SpamBayes Score 0.00010378259
Marked as misclassified No
Message-id <1269292484.88.0.273899156075.issue7026@psf.upfronthosting.co.za>
In-reply-to
Content
Re-opening. test_urllib in 3.1.2 fail similarly (on Linux 64-bit):

test_urllib
Warning: os.environ was modified by test_urllib
test test_urllib failed -- Traceback (most recent call last):
  File "/home/apy/rrun/tmp/autotest/apy/lib/python3.1/test/test_urllib.py", line 122, in setUp
    for k in os.environ.keys():
  File "/home/apy/rrun/tmp/autotest/apy/lib/python3.1/_abcoll.py", line 404, in __iter__
    for key in self._mapping:
  File "/home/apy/rrun/tmp/autotest/apy/lib/python3.1/os.py", line 404, in __iter__
    for key in self.data:
RuntimeError: dictionary changed size during iteration
History
Date User Action Args
2010-03-22 21:14:44sridsetrecipients: + srid, barry, georg.brandl, orsenthil, flox
2010-03-22 21:14:44sridsetmessageid: <1269292484.88.0.273899156075.issue7026@psf.upfronthosting.co.za>
2010-03-22 21:14:42sridlinkissue7026 messages
2010-03-22 21:14:42sridcreate