[issue12923] test_urllib fails in refleak mode
Stefan Krah
report at bugs.python.org
Wed Sep 7 01:40:58 CEST 2011
New submission from Stefan Krah <stefan-usenet at bytereef.org>:
Hi,
test_urllib fails in refleak mode:
./python -m test -uall -v -R : test_urllib
======================================================================
FAIL: test_invalid_redirect (test.test_urllib.urlopen_HttpTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/stefan/hg/cpython/Lib/test/test_urllib.py", line 235, in test_invalid_redirect
"http://python.org/")
AssertionError: HTTPError not raised by urlopen
----------------------------------------------------------------------
Ran 58 tests in 0.075s
FAILED (failures=1, skipped=1)
test test_urllib failed
1 test failed:
test_urllib
[133995 refs]
----------
components: Tests
messages: 143656
nosy: orsenthil, skrah
priority: normal
severity: normal
status: open
title: test_urllib fails in refleak mode
type: behavior
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12923>
_______________________________________
More information about the Python-bugs-list
mailing list