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 vstinner
Recipients tarek, vstinner
Date 2011-06-10.09:02:02
SpamBayes Score 0.046391852
Marked as misclassified No
Message-id <1307696523.79.0.913575304812.issue12309@psf.upfronthosting.co.za>
In-reply-to
Content
[ 20/356] test_packaging
(...)
Warning -- os.environ was modified by test_packaging

Seen on x86 Tiger buildbot:
http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2723/steps/test/logs/stdio

There is also a resource warning:

.../Lib/packaging/pypi/simple.py:86: ResourceWarning: unclosed <socket.socket object, fd=14, family=2, type=1, proto=6>
  return wrapped(self, *args, **kwargs)
History
Date User Action Args
2011-06-10 09:02:03vstinnersetrecipients: + vstinner, tarek
2011-06-10 09:02:03vstinnersetmessageid: <1307696523.79.0.913575304812.issue12309@psf.upfronthosting.co.za>
2011-06-10 09:02:03vstinnerlinkissue12309 messages
2011-06-10 09:02:02vstinnercreate