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 ned.deily
Recipients alexis, eric.araujo, janssen, ned.deily, pitrou, vstinner
Date 2011-08-18.17:58:26
SpamBayes Score 0.0037141843
Marked as misclassified No
Message-id <1313690307.35.0.358746698235.issue12765@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this.  With -vv, the only difference in os.environ is HOME:
  Before: 'HOME': '/Users/nad'
  After:  'HOME': '/tmp/tmpqryo48/tmpt_mcrw'

Also, Warning -- threading._dangling was modified by test_packaging
  Before: <_weakrefset.WeakSet object at 0x1019f0610>
  After:  <_weakrefset.WeakSet object at 0x1019f05a0>
History
Date User Action Args
2011-08-18 17:58:27ned.deilysetrecipients: + ned.deily, janssen, pitrou, vstinner, eric.araujo, alexis
2011-08-18 17:58:27ned.deilysetmessageid: <1313690307.35.0.358746698235.issue12765@psf.upfronthosting.co.za>
2011-08-18 17:58:26ned.deilylinkissue12765 messages
2011-08-18 17:58:26ned.deilycreate