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 Mark.Shannon
Date 2021-05-21.15:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In order to specialize calls to Python functions, or to inline them, we need to know that the code object has not changed. It is also useful to know that the globals, builtins and various defaults haven't changed either. Rather than attempting to check these individually it is much simpler and faster to check a version number.
History
Date User Action Args
2021-05-21 15:52:58Mark.Shannonsetrecipients: + Mark.Shannon
2021-05-21 15:52:58Mark.Shannonsetmessageid: <[email protected]>
2021-05-21 15:52:58Mark.Shannonlinkissue44207 messages
2021-05-21 15:52:58Mark.Shannoncreate