[New-bugs-announce] [issue23917] please fall back to sequential compilation when concurrent doesn't exist

Matthias Klose report at bugs.python.org
Sun Apr 12 00:52:09 CEST 2015


New submission from Matthias Klose:

issue #16104 introduces parallel byte compilation, however the method is now overly strict when workers > 1 and no concurrent support available.  Please just fall back to sequential byte compilation in this case.

----------
components: Library (Lib)
messages: 240507
nosy: Claudiu.Popa, brett.cannon, doko
priority: normal
severity: normal
status: open
title: please fall back to sequential compilation when concurrent doesn't exist
versions: Python 3.5

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


More information about the New-bugs-announce mailing list