mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Prevent name pollution by making lots of internal functions static.
This commit is contained in:
parent
f6a904456e
commit
6576bd844f
5 changed files with 35 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
/* File automatically generated by ../Parser/asdl_c.py */
|
||||
/* File automatically generated by ./Parser/asdl_c.py */
|
||||
|
||||
#include "asdl.h"
|
||||
|
||||
|
@ -402,17 +402,3 @@ void free_excepthandler(excepthandler_ty);
|
|||
void free_arguments(arguments_ty);
|
||||
void free_keyword(keyword_ty);
|
||||
void free_alias(alias_ty);
|
||||
int marshal_write_mod(PyObject **, int *, mod_ty);
|
||||
int marshal_write_stmt(PyObject **, int *, stmt_ty);
|
||||
int marshal_write_expr(PyObject **, int *, expr_ty);
|
||||
int marshal_write_expr_context(PyObject **, int *, expr_context_ty);
|
||||
int marshal_write_slice(PyObject **, int *, slice_ty);
|
||||
int marshal_write_boolop(PyObject **, int *, boolop_ty);
|
||||
int marshal_write_operator(PyObject **, int *, operator_ty);
|
||||
int marshal_write_unaryop(PyObject **, int *, unaryop_ty);
|
||||
int marshal_write_cmpop(PyObject **, int *, cmpop_ty);
|
||||
int marshal_write_comprehension(PyObject **, int *, comprehension_ty);
|
||||
int marshal_write_excepthandler(PyObject **, int *, excepthandler_ty);
|
||||
int marshal_write_arguments(PyObject **, int *, arguments_ty);
|
||||
int marshal_write_keyword(PyObject **, int *, keyword_ty);
|
||||
int marshal_write_alias(PyObject **, int *, alias_ty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue