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 Mark.Shannon
Recipients Dennis Sweeney, Mark.Shannon, barry, brandtbucher, carljm, dino.viehland, gregory.p.smith, gvanrossum, itamaro
Date 2022-03-11.11:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646997647.51.0.312200630085.issue46896@roundup.psfhosted.org>
In-reply-to
Content
Another use of this is to add watch points in debuggers.

To that end, it would better if the callback were a Python object.

The overhead is relatively small if using the vectorcall protocol.
If the call overhead matters that much, there is something wrong as way too many callbacks are happening.
History
Date User Action Args
2022-03-11 11:20:47Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, barry, gregory.p.smith, carljm, dino.viehland, brandtbucher, Dennis Sweeney, itamaro
2022-03-11 11:20:47Mark.Shannonsetmessageid: <1646997647.51.0.312200630085.issue46896@roundup.psfhosted.org>
2022-03-11 11:20:47Mark.Shannonlinkissue46896 messages
2022-03-11 11:20:47Mark.Shannoncreate