]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40429: Refactor super_init() (GH-19776)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Apr 2020 00:28:23 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 00:28:23 +0000 (02:28 +0200)
commitcc0dc7e484c9626857e9a8b4c40eee37473702ed
tree7a43f0ada13a4e2f4427f3ef7684c6792fd39fbb
parentf7bbf58aa9299e9dd00b7a1bdd1113b4dcb6dfdf
bpo-40429: Refactor super_init() (GH-19776)

Add super_init_without_args() sub-function. Hold a strong reference
to the frame code object while calling super_init_without_args().
Objects/typeobject.c