-
### The problem
Getting a warning message in the system logs:
Detected blocking call to load_verify_locations with args (, '/usr/local/lib/python3.12/site-packages/certifi/cacert.pem', None, None)…
-
When yafti reaches my flatpak plugin invocation, it hits this error:
```
ERROR Task exception was never retrieved …
-
I was thinking it might make sense to wire this up somehow to a python asyncio protocol.
I wrote something that acts as a virtual serial port proxy using a pty and asyncio tcp protocol with ser2net…
-
I'm using MicroPython v1.22.0-preview.4.g9f835df35.dirty on an ESP32 device without PSRAM, with ESP-IDF v5.0.2.
The problem arises when running asyncio in a thread. Here are the steps that lead to …
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
missing: https://github.com/jupyter/notebook/blob/aee45355b568650cf650f4e2d3d551570655f844/s…
-
Observed since `0.80.0`, MRE works on the latest `0.82.0`
When the Textual app is started via `run_async`, logs inside `on_unmount` are occasionally (often) displayed in the terminal. Occasionally …
-
Traceback (most recent call last):
File "asyncio\windows_events.py", line 434, in select
RuntimeError: still has pending operation at deallocation, the process may crash
-
Hi, this works absolutely fine, but I get an error while executing it via cmd
```
Exception ignored in:
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\pywizlight\bul…
-
Since newspaper3k is now a python3 library, it'd be nice to also support an asyncio-compatible interface for users that want to integrate its use into existing async applications.
-
Consider `test_cy2.pyx`:
```python
import asyncio
loop = asyncio.get_event_loop()
async def handler():
print('Before Sleep')
await asyncio.sleep(1)
print('After Sleep')
ret…