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 steve.dower
Recipients christian.heimes, steve.dower, vstinner
Date 2019-07-09.10:13:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562667239.43.0.422275704977.issue37505@roundup.psfhosted.org>
In-reply-to
Content
Passing a NULL format string there means the same as passing NULL to PyObject_CallFunction(func, NULL) - no arguments, which results in an empty tuple being passed to the hooks.

Perhaps in the early cases we can pass NULL instead of a tuple? Maybe even assert when that case occurs and the event has parameters?
History
Date User Action Args
2019-07-09 10:13:59steve.dowersetrecipients: + steve.dower, vstinner, christian.heimes
2019-07-09 10:13:59steve.dowersetmessageid: <1562667239.43.0.422275704977.issue37505@roundup.psfhosted.org>
2019-07-09 10:13:59steve.dowerlinkissue37505 messages
2019-07-09 10:13:58steve.dowercreate