diff options
author | Christian Heimes <christian@python.org> | 2021-11-19 19:20:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 19:20:32 (GMT) |
commit | c8c21bdd199f9feb75fc6cdb398a686dc133b99f (patch) | |
tree | 2209af9f9e632048e496f88e725e3443b91c61a3 /Misc | |
parent | e34809e1c2a09478f4e0651d551c9c12d3c556ab (diff) | |
download | cpython-c8c21bdd199f9feb75fc6cdb398a686dc133b99f.zip cpython-c8c21bdd199f9feb75fc6cdb398a686dc133b99f.tar.gz cpython-c8c21bdd199f9feb75fc6cdb398a686dc133b99f.tar.bz2 |
bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-19-17-57-57.bpo-45847.9phcpd.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-19-17-57-57.bpo-45847.9phcpd.rst b/Misc/NEWS.d/next/Build/2021-11-19-17-57-57.bpo-45847.9phcpd.rst new file mode 100644 index 0000000..05bc9cc --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-19-17-57-57.bpo-45847.9phcpd.rst @@ -0,0 +1 @@ +Port builtin hashlib extensions to ``PY_STDLIB_MOD`` macro and ``addext()``. |