diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-24 17:31:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 17:31:19 (GMT) |
commit | 93460d097f50db0870161a63911d61ce3c5f4583 (patch) | |
tree | 4b4efef92baf24ba89c470aa57ca9c66a59f49df /Misc | |
parent | f5c7cabb2be4e42a5975ba8aac8bb458c8d9d6d7 (diff) | |
download | cpython-93460d097f50db0870161a63911d61ce3c5f4583.zip cpython-93460d097f50db0870161a63911d61ce3c5f4583.tar.gz cpython-93460d097f50db0870161a63911d61ce3c5f4583.tar.bz2 |
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140)
Co-authored-by: Hai Shi <shihai1992@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-03-20-13-42-35.bpo-1635741.bhIu5M.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-20-13-42-35.bpo-1635741.bhIu5M.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-20-13-42-35.bpo-1635741.bhIu5M.rst new file mode 100644 index 0000000..ab5d0ae --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-20-13-42-35.bpo-1635741.bhIu5M.rst @@ -0,0 +1 @@ +Port _weakref extension module to multiphase initialization (:pep:`489`). |