]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Jun 2021 09:35:52 +0000 (02:35 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 09:35:52 +0000 (11:35 +0200)
commitdc10264eb880ed63fcf42c17057f3f5d879a0a0c
tree27781db009fe72009bb3453371f687d19ac68488
parentf4b31cdbc043449f3df7d291da67bcb3736be0db
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)

I tried to be relatively thorough and give lots of links.
One reason is that this wasn't deprecated very long; also it seems people running into this tend to not be familiar with similar APIs.

(cherry picked from commit 29987f72650b7cccee4df216c8297e8484a44e6a)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/veryhigh.rst
Doc/data/refcounts.dat
Doc/faq/extending.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/C API/2021-06-22-17-00-06.bpo-40939.CGB0I5.rst [new file with mode: 0644]