mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
No need to export PySTEntry_New, it is only used in symtable.c
This commit is contained in:
parent
7ef75e46bb
commit
090b3dde06
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
|||
#define IMPORT_STAR_WARNING "import * only allowed at module level"
|
||||
|
||||
|
||||
PySTEntryObject *
|
||||
/* XXX(nnorwitz): change name since static? */
|
||||
static PySTEntryObject *
|
||||
PySTEntry_New(struct symtable *st, identifier name, _Py_block_ty block,
|
||||
void *key, int lineno)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue