curio
curio copied to clipboard
Good Curio!
The wsproto lib has changed its syntax from 0.13.0 onwards. **Fix:** https://gist.github.com/cristidbr-adapta/6e577771622729a5dc958a9bbcb71a60
Signed-off-by: Harmouch101 ### What was wrong? Related to Issue #343 ### How was it fixed? Based on the list of [deprecated](https://www.sphinx-doc.org/en/master/extdev/deprecated.html) modules in newer versions of `sphinx`, I did some...
After upgrading to Python 3.9.9 in Guix, I see the following test failure: ``` =================================== FAILURES =================================== _________________________________ test_timeout _________________________________ kernel = def test_timeout(kernel): results = [] async def subproc():...
I thought I would document some behavior that wasn't clear to me and was undocumented. Should AuthenticationError be exported as part of the curio API?
```console + /usr/bin/python3 setup.py build_sphinx -b man running build_sphinx Running Sphinx v4.0.2 Extension error: Could not import extension customization (exception: cannot import name 'PyModulelevel' from 'sphinx.domains.python' (/usr/lib/python3.8/site-packages/sphinx/domains/python.py)) ```
I see you reverted the minimum python requirement to 3.6 in 1ea5653 But unit tests fail with python 3.6: ``` [ 23s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-curio-1.4-21.1.x86_64/usr/lib/python3.6/site-packages [ 23s] + PYTHONDONTWRITEBYTECODE=1 [ 23s]...
I have released a version 1.0 of Curio. The overall core of the library is basically the same as before, but if you were using any its more experimental features,...
There have been a lot of incompatible changes made to Curio recently--mostly related to making it substantially smaller (also adding support for Windows). This reflects a general view that Curio...
see https://curio.readthedocs.io/en/latest/reference.html#subprocesses example doesn't seem to work, anyone an idea? how to do best alternative?