diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-08-26 17:22:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 17:22:27 (GMT) |
commit | 31967fd8d0220af84e2698172d1378bffc8cd851 (patch) | |
tree | 4b6c37a170f073249213d7eed8bc180679302636 /Misc | |
parent | a2118a14627256197bddcf4fcecad4c264c1e39d (diff) | |
download | cpython-31967fd8d0220af84e2698172d1378bffc8cd851.zip cpython-31967fd8d0220af84e2698172d1378bffc8cd851.tar.gz cpython-31967fd8d0220af84e2698172d1378bffc8cd851.tar.bz2 |
bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-08-25-22-43-33.bpo-40077.vcxSUa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-08-25-22-43-33.bpo-40077.vcxSUa.rst b/Misc/NEWS.d/next/Core and Builtins/2020-08-25-22-43-33.bpo-40077.vcxSUa.rst new file mode 100644 index 0000000..ee95001 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-08-25-22-43-33.bpo-40077.vcxSUa.rst @@ -0,0 +1 @@ +Convert :mod:`_operator` to use :c:func:`PyType_FromSpec`. |