]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Jan 2022 18:21:50 +0000 (19:21 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 18:21:50 +0000 (19:21 +0100)
commit0885999a8e5ffad3fae0302675ad0030e33a15af
tree1607f84f3bfe4c9fb53b0c8457a99d5808d1b5bc
parentf779faccd3a7a7e8c372492e858d021c449cdd85
 bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)

Document PyFrameObject and PyThreadState changes in What's New in
Python 3.11 and explain how to port code.
Doc/whatsnew/3.11.rst