diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst b/Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst deleted file mode 100644 index e923bfd..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst +++ /dev/null @@ -1,3 +0,0 @@ -:c:func:`PyType_FromSpec* <PyType_FromModuleAndSpec>` now copies the class name -from the spec to a buffer owned by the class, so the original can be safely -deallocated. Patch by Petr Viktorin. |