[New-bugs-announce] [issue27614] Race in test_docxmlrpc.py

earl.chew report at bugs.python.org
Mon Jul 25 11:05:39 EDT 2016


New submission from earl.chew:

The test test_docxmlrpc.py will sometimes hang because of a timing race.

I've verified that this code is the same up to version 3.5 and master at https://github.com/python/cpython/blob/master/Lib/test/test_docxmlrpc.py

A proposed patch is attached.

----------
components: Library (Lib)
files: test_docxmlrpc.py
messages: 271279
nosy: earl.chew
priority: normal
severity: normal
status: open
title: Race in test_docxmlrpc.py
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43881/test_docxmlrpc.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27614>
_______________________________________


More information about the New-bugs-announce mailing list