diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-13 11:33:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 11:33:31 (GMT) |
commit | 65f058eb081c9e1fe44115d1ac7966067e3650c7 (patch) | |
tree | 280959d84c71bf4c20018b312b7b14b221473c83 /Python/pythonrun.c | |
parent | 54db51c9114ac49030832f5134979ca866ffd21c (diff) | |
download | cpython-65f058eb081c9e1fe44115d1ac7966067e3650c7.zip cpython-65f058eb081c9e1fe44115d1ac7966067e3650c7.tar.gz cpython-65f058eb081c9e1fe44115d1ac7966067e3650c7.tar.bz2 |
bpo-43770: Reorder type_ready() (GH-25373)
Add type_ready_create_dict() sub-function.
* Start with type_ready_create_dict().
* Call type_ready_mro() earlier, before type_ready_add_attrs().
* Call type_ready_inherit_special() earlier, in type_ready_inherit().
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions