New submission from Mark Shannon <m...@hotpy.org>:

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.

----------
assignee: Mark.Shannon
messages: 394124
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Add a version number to Python functions
type: performance

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to