]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 18 Aug 2021 19:50:19 +0000 (20:50 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 19:50:19 +0000 (21:50 +0200)
commit31ee985db86c1339d00bd0d3cc1712019460670a
tree866b4e8377c49defb03247f5070ea7983533c344
parenta3a4d20d6798aa2975428d51f3a4f890248810cb
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/whatsnew/3.11.rst
Include/cpython/object.h
Misc/NEWS.d/next/Core and Builtins/2021-08-09-19-05-20.bpo-44874.oOcfU4.rst [new file with mode: 0644]