Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

> Wow, is this just an issue that the pyside guys need to fix?

I guess so. PySide __init__.py has "import shiboken" which also does 
type.__signature__. It seems like shiboken is some kind of generator to 
generate Python bindings from C++ QT code. I couldn't dig any deeper. Since 
this has caused two reports of regression I can add an except block to silence 
the AttributeError and add a comment to this issue but can only test it 
manually installing pyside to ensure the AttributeError is not thrown.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36848>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to