tokio
tokio copied to clipboard
Asyncio event loop written in Rust language
I don’t think this project makes sense. I think we should archive it. @konstin @althonos
error occured with following code: ```python Traceback (most recent call last): File "usetokioloop.py", line 1, in import tokio File "/path/to/tokio/__init__.py", line 14, in class Loop(_tokio.TokioEventLoop, AbstractEventLoop): TypeError: type 'tokio._tokio.TokioEventLoop' is...
This PR updates [pytest](https://pypi.org/project/pytest) from **3.4.1** to **3.6.2**. Changelog ### 3.6.1 ``` ========================= Bug Fixes --------- - Fixed a bug where stdout and stderr were logged twice by junitxml when...
This PR updates [pytest-timeout](https://pypi.org/project/pytest-timeout) from **1.2.1** to **1.3.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/pytest-timeout - Repo: http://bitbucket.org/pytest-dev/pytest-timeout/
This PR updates [setuptools-rust](https://pypi.org/project/setuptools-rust) from **0.9.2** to **0.10.0**. Changelog ### 0.10.0 ``` ------------------ - This release significantly improves performance ``` Links - PyPI: https://pypi.org/project/setuptools-rust - Changelog: https://pyup.io/changelogs/setuptools-rust/ - Repo: https://github.com/PyO3/setuptools-rust
This PR updates [uvloop](https://pypi.org/project/uvloop) from **0.8.1** to **0.10.1**. Changelog ### 0.10.0 ``` New Features ============ * Initial support for Python 3.7. (by pfreixes in c3a5ec8e for 138) * Implement PEP...
This PR updates [sphinx](https://pypi.org/project/sphinx) from **1.7.1** to **1.7.5**. Changelog ### 1.7.5 ``` ===================================== Bugs fixed ---------- * 4924: html search: Upper characters problem in any other languages * 4932: apidoc:...
This PR updates [pyflakes](https://pypi.org/project/pyflakes) from **1.6.0** to **2.0.0**. Changelog ### 2.0.0 ``` - Drop support for EOL Python <2.7 and 3.2-3.3 - Check for unused exception binding in `except:` block...
This PR updates [ipython](https://pypi.org/project/ipython) from **6.2.1** to **6.4.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/ipython - Changelog: https://pyup.io/changelogs/ipython/ -...
This PR updates [pytest-mock](https://pypi.org/project/pytest-mock) from **1.7.0** to **1.10.0**. Changelog ### 1.10.0 ``` ------ * Add support for the recently added ``assert_called`` method in Python 3.6 and ``mock-2.0``. Thanks `rouge8`_ for...