This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients cjw296, mariocj89, michael.foord, xtreak
Date 2019-05-08.14:16:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557324981.07.0.799718336409.issue36848@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-05-08 14:16:21xtreaksetrecipients: + xtreak, cjw296, michael.foord, mariocj89
2019-05-08 14:16:21xtreaksetmessageid: <1557324981.07.0.799718336409.issue36848@roundup.psfhosted.org>
2019-05-08 14:16:21xtreaklinkissue36848 messages
2019-05-08 14:16:20xtreakcreate