-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
bugSomething isn't workingSomething isn't workingneed reproNeeds minimal, reproducible exampleNeeds minimal, reproducible example
Description
Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...hed result=10>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...hed result=10>)>
Traceback (most recent call last):
File "asyncio\events.py", line 80, in _run
File "asyncio\proactor_events.py", line 301, in _loop_reading
File "qasync\_windows.py", line 86, in recv_into
TypeError: arguments did not match any overloaded call:
QMutexLocker(mutex: Optional[QMutex]): argument 1 has unexpected type 'QMutexLocker'
QMutexLocker(mutex: Optional[QRecursiveMutex]): argument 1 has unexpected type 'QMutexLocker'
Traceback (most recent call last):
File "qasync\_windows.py", line 196, in run
File "qasync\_windows.py", line 69, in select
File "qasync\_windows.py", line 149, in _poll
TypeError: arguments did not match any overloaded call:
QMutexLocker(mutex: Optional[QMutex]): argument 1 has unexpected type 'QMutexLocker'
QMutexLocker(mutex: Optional[QRecursiveMutex]): argument 1 has unexpected type 'QMutexLocker'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneed reproNeeds minimal, reproducible exampleNeeds minimal, reproducible example