| commit | 0885999a8e5ffad3fae0302675ad0030e33a15af | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Thu Jan 13 19:21:50 2022 +0100 |
| committer | GitHub <noreply@github.com> | Thu Jan 13 19:21:50 2022 +0100 |
| tree | 1607f84f3bfe4c9fb53b0c8457a99d5808d1b5bc | |
| parent | f779faccd3a7a7e8c372492e858d021c449cdd85 [diff] |
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.