[issue26796] BaseEventLoop.run_in_executor shouldn't specify max_workers for default Executor

Guido van Rossum report at bugs.python.org
Mon Apr 18 11:19:00 EDT 2016


Guido van Rossum added the comment:

I like this idea for 3.5 and later. I know this is a pain, but I would like the code to have a version check so that the identical code can still be used in Python 3.3 and 3.4. We go through great lengths to keep the asyncio package compatible with those versions so that we can occasionally push a version out to PyPI for 3.3 and 3.4 users. If the versions diverge we would be unable to keep track of other bug fixes.

----------

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


More information about the Python-bugs-list mailing list