[New-bugs-announce] [issue10279] test_gc failure on Windows x64

Brian Curtin report at bugs.python.org
Mon Nov 1 17:34:05 CET 2010


New submission from Brian Curtin <curtin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10279>
_______________________________________


More information about the New-bugs-announce mailing list