New submission from Brian Curtin <cur...@acm.org>:

======================================================================
FAIL: test_garbage_at_shutdown (test.test_gc.GCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python-dev\py3k\lib\test\test_gc.py", line 500, in 
test_garbage_at_shutdown
    b"shutdown; use", stderr)
AssertionError: b'ResourceWarning: gc: 2 uncollectable objects at shutdown; use'
 not found in b'sys:1: ResourceWarning: gc: %Id uncollectable objects at shutdow
n; use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them'


%Id isn't being replaced with the number in the format string. I only briefly 
looked into it, not sure why it would be Windows x64 specific (this doesn't 
happen on Win 32-bit or any *nix buildbots).

----------
messages: 120137
nosy: brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: test_gc failure on Windows x64
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to