bpo-40939: Remove even more references to the old parser (GH-21642)

Automerge-Triggered-By: @lysnikolaou
This commit is contained in:
Lysandros Nikolaou 2020-07-27 21:52:59 +02:00 committed by GitHub
parent 72cabb2aa6
commit b3fbff7289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 17 deletions

View file

@ -13,13 +13,6 @@ extern "C" {
#include "pycore_gc.h" /* struct _gc_runtime_state */
#include "pycore_warnings.h" /* struct _warnings_runtime_state */
struct _Py_parser_state {
struct {
int level;
int atbol;
} listnode;
};
struct _pending_calls {
PyThread_type_lock lock;
/* Request for running pending calls. */
@ -240,8 +233,6 @@ struct _is {
PyObject *audit_hooks;
struct _Py_parser_state parser;
#if _PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS > 0
/* Small integers are preallocated in this array so that they
can be shared.