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 eric.araujo
Recipients eric.araujo, maggyero
Date 2022-01-22.23:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642894845.44.0.749977819879.issue46436@roundup.psfhosted.org>
In-reply-to
Content
The use of partial may cause bugs!

Here is reported that the `protocol` parameter (of the `test` function) is ignored because it’s set on the partial object instead of the handler class: https://bugs.python.org/issue46285
History
Date User Action Args
2022-01-22 23:40:45eric.araujosetrecipients: + eric.araujo, maggyero
2022-01-22 23:40:45eric.araujosetmessageid: <1642894845.44.0.749977819879.issue46436@roundup.psfhosted.org>
2022-01-22 23:40:45eric.araujolinkissue46436 messages
2022-01-22 23:40:45eric.araujocreate