Staging
v0.5.1
https://github.com/python/cpython
Revision bec2372b7e1da5dfdbadaf242aa8e994b164cace authored by Yury Selivanov on 28 January 2018, 19:09:40 UTC, committed by GitHub on 28 January 2018, 19:09:40 UTC
I've run some tests on 3.7 asyncio and it appears that too many
things assume that run_in_executor returns a Future.
1 parent a4d0001
Raw File
Tip revision: bec2372b7e1da5dfdbadaf242aa8e994b164cace authored by Yury Selivanov on 28 January 2018, 19:09:40 UTC
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Tip revision: bec2372
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distributing/index.rst
   installing/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst

.. to include legacy packaging docs in build

.. toctree::
   :hidden:

   distutils/index.rst
   install/index.rst
back to top