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 Guido.van.Rossum, Mark.Shannon, gvanrossum, iritkatriel, methane, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-09-30.10:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632999383.24.0.0169485150481.issue36521@roundup.psfhosted.org>
In-reply-to
Content
I strongly favor (b) over (d).

(d) adds more complexity to MAKE_FUNCTION.

MAKE_FUNCTION represents a measurable fraction of execution time for many programs. The more flags and branches it has, the harder it is to optimize.
History
Date User Action Args
2021-09-30 10:56:23Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, rhettinger, terry.reedy, methane, serhiy.storchaka, Guido.van.Rossum, iritkatriel
2021-09-30 10:56:23Mark.Shannonsetmessageid: <1632999383.24.0.0169485150481.issue36521@roundup.psfhosted.org>
2021-09-30 10:56:23Mark.Shannonlinkissue36521 messages
2021-09-30 10:56:23Mark.Shannoncreate