diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2021-08-10 07:55:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 07:55:46 (GMT) |
commit | b019ffed5debb13358a946a8e2d20594c7c181f3 (patch) | |
tree | 635eae605f39ed285a3f6fbbd708104395769c4e /Misc | |
parent | 0a423096e8d8bbe22c0fb0904f7520387a8d4247 (diff) | |
download | cpython-b019ffed5debb13358a946a8e2d20594c7c181f3.zip cpython-b019ffed5debb13358a946a8e2d20594c7c181f3.tar.gz cpython-b019ffed5debb13358a946a8e2d20594c7c181f3.tar.bz2 |
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-08-09-16-16-03.bpo-44872.OKRlhK.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-08-09-16-16-03.bpo-44872.OKRlhK.rst b/Misc/NEWS.d/next/Core and Builtins/2021-08-09-16-16-03.bpo-44872.OKRlhK.rst new file mode 100644 index 0000000..9a0d000 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-08-09-16-16-03.bpo-44872.OKRlhK.rst @@ -0,0 +1 @@ +Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END).
\ No newline at end of file |