commit | cc0dc7e484c9626857e9a8b4c40eee37473702ed | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Apr 29 02:28:23 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 29 02:28:23 2020 +0200 |
tree | 7a43f0ada13a4e2f4427f3ef7684c6792fd39fbb | |
parent | f7bbf58aa9299e9dd00b7a1bdd1113b4dcb6dfdf [diff] |
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().