]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81137: deprecate assignment of code object to a function of a mismatched type...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 7 Nov 2023 18:54:36 +0000 (18:54 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 18:54:36 +0000 (18:54 +0000)
commit2f9cb7e095370e38bde58c79c8a8ea7705eefdc2
treefe3b2edfda6852374e8467a6682517f645f38452
parent178861b19324c94d98478e4c2bba075964c3baa4
gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823)
Doc/whatsnew/3.13.rst
Lib/test/test_funcattrs.py
Misc/NEWS.d/next/Core and Builtins/2023-11-07-12-59-02.gh-issue-81137.qFpJCY.rst [new file with mode: 0644]
Objects/funcobject.c