[pypy-issue] [issue1203] threading module timing issue seems to confuse coverage

Ronny Pfannschmidt tracker at bugs.pypy.org
Thu Jul 5 09:03:31 CEST 2012


New submission from Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>:

coverage uses threading.settrace to set a global tracing function for new threads

on pypy it seems to slightly misbehave

the behavior can be observed when running
the ThreadingTest of coverage's test.test_oddball

the repo is https://bitbucket.org/ned/coveragepy/

the test can be invoked with pypy -m unittest test.test_oddball.ThreadingTest

for debug output apply the patch

----------
files: testability.patch
messages: 4540
nosy: pypy-issue, ronny
priority: bug
status: unread
title: threading module timing issue seems to confuse coverage

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1203>
________________________________________


More information about the pypy-issue mailing list