]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43753: _operator.is_() uses Py_Is() (GH-28641)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Sep 2021 23:28:10 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 23:28:10 +0000 (01:28 +0200)
commit8d3e7eff0936926554db6162c992af5829dc8160
treeacf4172f123be025e35873d6052df1f61eeff0b3
parentd441437ee71ae174c008c23308b749b91020ba77
bpo-43753: _operator.is_() uses Py_Is() (GH-28641)
Modules/_operator.c