[issue12765] test_packaging failure under Snow Leopard

Ned Deily report at bugs.python.org
Thu Aug 18 19:58:27 CEST 2011


Ned Deily <nad at acm.org> added the comment:

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>

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12765>
_______________________________________


More information about the Python-bugs-list mailing list