]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44207: Add an internal version number to function objects. (GH-27078)
authorMark Shannon <mark@hotpy.org>
Mon, 12 Jul 2021 09:01:01 +0000 (10:01 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 09:01:01 +0000 (10:01 +0100)
commit9487a17e3c7cbb3f11c144775cd108601701bb74
tree3af7fb75c34c11b815e7f3c26dfef412921273dc
parente14d5ae5447ae28fc4828a9cee8e9007f9c30700
bpo-44207: Add an internal version number to function objects. (GH-27078)
Include/funcobject.h
Lib/test/test_sys.py
Objects/funcobject.c