summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-12-29 12:45:07 (GMT)
committerGitHub <noreply@github.com>2020-12-29 12:45:07 (GMT)
commitdd39123970892733c317f235808638ae5c0ccf04 (patch)
tree26d3e84894c96f5bc220cad8b6b0a87763b11863 /Misc/NEWS.d/next/Core and Builtins
parent84402eb11086f97d31164aaa23e7238da3464f41 (diff)
downloadcpython-dd39123970892733c317f235808638ae5c0ccf04.zip
cpython-dd39123970892733c317f235808638ae5c0ccf04.tar.gz
cpython-dd39123970892733c317f235808638ae5c0ccf04.tar.bz2
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-11-19-23-12-57.bpo-40137.bihl9O.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-19-23-12-57.bpo-40137.bihl9O.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-19-23-12-57.bpo-40137.bihl9O.rst
new file mode 100644
index 0000000..607fa0e
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-19-23-12-57.bpo-40137.bihl9O.rst
@@ -0,0 +1 @@
+Convert functools module to use :c:func:`PyType_FromModuleAndSpec`.