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 vstinner
Recipients Anthony Sottile, larry, miss-islington, serhiy.storchaka, taleinat, vstinner
Date 2020-06-23.22:23:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592950999.49.0.299989953386.issue31938@roundup.psfhosted.org>
In-reply-to
Content
> There is no need to change default-value signatures. The root problem is that select.epoll.register does not have the __module__ attribute.

Oh, I saw your comment after merging Anthony's PR. At least, I confirm that it fix the reported issue: "./python -m pydoc select" doesn't fail anymore.

Maybe open a separated issue for the __module__ attribute issue.
History
Date User Action Args
2020-06-23 22:23:19vstinnersetrecipients: + vstinner, taleinat, larry, serhiy.storchaka, Anthony Sottile, miss-islington
2020-06-23 22:23:19vstinnersetmessageid: <1592950999.49.0.299989953386.issue31938@roundup.psfhosted.org>
2020-06-23 22:23:19vstinnerlinkissue31938 messages
2020-06-23 22:23:19vstinnercreate