-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
The PyQt4 and PyQt5 tests on appveyor are passing, but I get this:
Exception ignored in: <bound method _ProactorSocketTransport.__del__ of <_ProactorSocketTransport closing fd=-1 read=<_OverlappedFuture cancelled>>>
Traceback (most recent call last):
File "C:\Python34\lib\asyncio\proactor_events.py", line 86, in __del__
self.close()
File "C:\Python34\lib\asyncio\proactor_events.py", line 74, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\projects\quamash\quamash\__init__.py", line 365, in call_soon
return self.call_later(0, callback, *args)
File "C:\projects\quamash\quamash\__init__.py", line 345, in call_later
return self._add_callback(asyncio.Handle(callback, args, self), delay)
File "C:\projects\quamash\quamash\__init__.py", line 359, in _add_callback
self.__timers.append(timer)
AttributeError: 'NoneType' object has no attribute 'append'
Exception ignored in: <bound method _ProactorSocketTransport.__del__ of <_ProactorSocketTransport closing fd=-1 read=<_OverlappedFuture cancelled>>>
Traceback (most recent call last):
File "C:\Python34\lib\asyncio\proactor_events.py", line 86, in __del__
self.close()
File "C:\Python34\lib\asyncio\proactor_events.py", line 74, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\projects\quamash\quamash\__init__.py", line 365, in call_soon
return self.call_later(0, callback, *args)
File "C:\projects\quamash\quamash\__init__.py", line 345, in call_later
return self._add_callback(asyncio.Handle(callback, args, self), delay)
File "C:\projects\quamash\quamash\__init__.py", line 359, in _add_callback
self.__timers.append(timer)
AttributeError: 'NoneType' object has no attribute 'append'
Exception ignored in: <bound method _ProactorSocketTransport.__del__ of <_ProactorSocketTransport closing fd=-1 read=<_OverlappedFuture cancelled>>>
Traceback (most recent call last):
File "C:\Python34\lib\asyncio\proactor_events.py", line 86, in __del__
self.close()
File "C:\Python34\lib\asyncio\proactor_events.py", line 74, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\projects\quamash\quamash\__init__.py", line 365, in call_soon
return self.call_later(0, callback, *args)
File "C:\projects\quamash\quamash\__init__.py", line 345, in call_later
return self._add_callback(asyncio.Handle(callback, args, self), delay)
File "C:\projects\quamash\quamash\__init__.py", line 359, in _add_callback
self.__timers.append(timer)
AttributeError: 'NoneType' object has no attribute 'append'
may be related to #34
PySide tests give off a similar error, in addition to:
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
but fail, however, the PySide tests have been failing for awhile for no reason on windows (like the tests all pass, but the exit code of py.test is non-zero)