mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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>
This commit is contained in:
parent
6c76df2b86
commit
29987f7265
5 changed files with 41 additions and 98 deletions
|
@ -1791,32 +1791,6 @@ PyObject_TypeCheck:int:::
|
|||
PyObject_TypeCheck:PyObject*:o:0:
|
||||
PyObject_TypeCheck:PyTypeObject*:type:0:
|
||||
|
||||
PyParser_SimpleParseFile:struct _node*:::
|
||||
PyParser_SimpleParseFile:FILE*:fp::
|
||||
PyParser_SimpleParseFile:const char*:filename::
|
||||
PyParser_SimpleParseFile:int:start::
|
||||
|
||||
PyParser_SimpleParseFileFlags:struct _node*:::
|
||||
PyParser_SimpleParseFileFlags:FILE*:fp::
|
||||
PyParser_SimpleParseFileFlags:const char*:filename::
|
||||
PyParser_SimpleParseFileFlags:int:start::
|
||||
PyParser_SimpleParseFileFlags:int:flags::
|
||||
|
||||
PyParser_SimpleParseString:struct _node*:::
|
||||
PyParser_SimpleParseString:const char*:str::
|
||||
PyParser_SimpleParseString:int:start::
|
||||
|
||||
PyParser_SimpleParseStringFlags:struct _node*:::
|
||||
PyParser_SimpleParseStringFlags:const char*:str::
|
||||
PyParser_SimpleParseStringFlags:int:start::
|
||||
PyParser_SimpleParseStringFlags:int:flags::
|
||||
|
||||
PyParser_SimpleParseStringFlagsFilename:struct _node*:::
|
||||
PyParser_SimpleParseStringFlagsFilename:const char*:str::
|
||||
PyParser_SimpleParseStringFlagsFilename:const char*:filename::
|
||||
PyParser_SimpleParseStringFlagsFilename:int:start::
|
||||
PyParser_SimpleParseStringFlagsFilename:int:flags::
|
||||
|
||||
PyRun_AnyFile:int:::
|
||||
PyRun_AnyFile:FILE*:fp::
|
||||
PyRun_AnyFile:const char*:filename::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue