commit | 93460d097f50db0870161a63911d61ce3c5f4583 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 24 18:31:19 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 24 18:31:19 2020 +0100 |
tree | 4b4efef92baf24ba89c470aa57ca9c66a59f49df | |
parent | f5c7cabb2be4e42a5975ba8aac8bb458c8d9d6d7 [diff] |
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140) Co-authored-by: Hai Shi <shihai1992@gmail.com>