mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Reconst parameters that lost their const in the AST merge.
This commit is contained in:
parent
c9066cafba
commit
056a69cba6
2 changed files with 3 additions and 3 deletions
|
@ -638,7 +638,7 @@ initsite(void)
|
|||
/* Parse input from a file and execute it */
|
||||
|
||||
int
|
||||
PyRun_AnyFileExFlags(FILE *fp, char *filename, int closeit,
|
||||
PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit,
|
||||
PyCompilerFlags *flags)
|
||||
{
|
||||
if (filename == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue