Skip to content

Commit b72a362

Browse files
committed
Missing static
1 parent 1b767fc commit b72a362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parser/asdl_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ def visitModule(self, mod):
14591459
}
14601460
14611461
/* Helper for checking if a node class is abstract in the tests. */
1462-
PyObject *
1462+
static PyObject *
14631463
ast_is_abstract(PyObject *cls, void *Py_UNUSED(ignored)) {
14641464
struct ast_state *state = get_ast_state();
14651465
if (state == NULL) {

Python/Python-ast.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)