]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
authorPetr Viktorin <encukou@gmail.com>
Thu, 24 Jun 2021 12:57:28 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 12:57:28 +0000 (14:57 +0200)
commit29987f72650b7cccee4df216c8297e8484a44e6a
treeae457ca35b315de536ef0c42c52b49ef32bd1f08
parent6c76df2b86d742cc294beae7f9b6bafabb946ad5
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)

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.

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.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]