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 SylvainDe
Recipients SylvainDe
Date 2017-06-10.23:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497136576.45.0.550776584545.issue30627@psf.upfronthosting.co.za>
In-reply-to
Content
(Also, I suspect introspection could be used to know if the same bug is still lying somewhere: get all objects (using gc?), keep callables with no __code__ member only, call with keyword argument, check error.)
History
Date User Action Args
2017-06-10 23:16:16SylvainDesetrecipients: + SylvainDe
2017-06-10 23:16:16SylvainDesetmessageid: <1497136576.45.0.550776584545.issue30627@psf.upfronthosting.co.za>
2017-06-10 23:16:16SylvainDelinkissue30627 messages
2017-06-10 23:16:16SylvainDecreate