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 jdemeyer
Recipients jdemeyer, methane
Date 2019-07-02.12:22:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562070125.47.0.376343884146.issue37484@roundup.psfhosted.org>
In-reply-to
Content
35% of all cases where methods are called without PY_VECTORCALL_ARGUMENT_OFFSET and taking at least 1 argument (positional or keyword) are calls to __exit__

So we should really optimize __exit__
History
Date User Action Args
2019-07-02 12:22:05jdemeyersetrecipients: + jdemeyer, methane
2019-07-02 12:22:05jdemeyersetmessageid: <1562070125.47.0.376343884146.issue37484@roundup.psfhosted.org>
2019-07-02 12:22:05jdemeyerlinkissue37484 messages
2019-07-02 12:22:05jdemeyercreate