Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3f1a2

Browse files
committed
* Python/{modsupport.c,getargs.c,Makefile.in},
Include/modsupport.h: moved getargs() to its own file and re-implemented it entirely to support optional arguments, multiple arguments without surrounding parentheses (when called as newgetargs()), and better error messages
1 parent 6989e54 commit fe3f1a2

3 files changed

Lines changed: 588 additions & 341 deletions

File tree

Python/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OBJS= \
3434
ceval.o cgensupport.o compile.o \
3535
errors.o \
3636
frozenmain.o \
37-
getmtime.o graminit.o \
37+
getargs.o getmtime.o graminit.o \
3838
import.o \
3939
marshal.o modsupport.o mystrtoul.o \
4040
pythonmain.o pythonrun.o \

0 commit comments

Comments
 (0)