[New-bugs-announce] [issue32333] test_smtplib: dangling threads on x86 Gentoo Non-Debug with X 3.x
STINNER Victor
report at bugs.python.org
Fri Dec 15 09:41:19 EST 2017
New submission from STINNER Victor <victor.stinner at gmail.com>:
http://buildbot.python.org/all/#/builders/99/builds/363
0:00:16 load avg: 2.60 [ 12/412/1] test_smtplib failed (env changed)
testFailingHELO (test.test_smtplib.BadHELOServerTests) ... ok
(...)
testLineTooLong (test.test_smtplib.TooLongLineTests) ... ok
----------------------------------------------------------------------
Ran 54 tests in 1.828s
OK (skipped=1)
Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 3)
Dangling thread: <_MainThread(MainThread, started 3075602176)>
Dangling thread: <Thread(Thread-19, stopped 3053071168)>
Dangling thread: <Thread(Thread-20, stopped 3053071168)>
----------
components: Tests
messages: 308396
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_smtplib: dangling threads on x86 Gentoo Non-Debug with X 3.x
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32333>
_______________________________________
More information about the New-bugs-announce
mailing list