File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,16 @@ Removed
376376 moved to the internal C API.
377377 (Contributed by Victor Stinner in :issue: `42157 `.)
378378
379+ * Removed the ``parser `` module, which was deprecated in 3.9 due to the
380+ switch to the new PEG parser, as well as all the C source and header files
381+ that were only being used by the old parser, including ``node.h ``, ``parser.h ``,
382+ ``graminit.h `` and ``grammar.h ``.
383+
384+ * Removed the Public C API functions :c:func: `PyParser_SimpleParseStringFlags `,
385+ :c:func: `PyParser_SimpleParseStringFlagsFilename `,
386+ :c:func: `PyParser_SimpleParseFileFlags ` and :c:func: `PyNode_Compile `
387+ that were deprecated in 3.9 due to the switch to the new PEG parser.
388+
379389
380390Porting to Python 3.10
381391======================
You can’t perform that action at this time.
0 commit comments