mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
This commit is contained in:
parent
66c53b48e1
commit
1b28187a0e
9 changed files with 279 additions and 214 deletions
|
|
@ -72,6 +72,7 @@ extern PyTypeObject PySTEntry_Type;
|
|||
|
||||
#define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
|
||||
|
||||
extern long _PyST_GetSymbol(PySTEntryObject *, PyObject *);
|
||||
extern int _PyST_GetScope(PySTEntryObject *, PyObject *);
|
||||
|
||||
extern struct symtable* _PySymtable_Build(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue