]> granicus.if.org Git - python/commit
Since the *_Init() are private, prefix with _, suggested by Skip
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 03:42:13 +0000 (03:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 03:42:13 +0000 (03:42 +0000)
commitb2501f4cd18f65cc671482ceb1abe88c289b664c
tree5e661dfd4229e4eeb41d07fcc58a2040208b95ab
parent744f0fd655cd55676532119894e2845d0533608b
Since the *_Init() are private, prefix with _, suggested by Skip
Include/intobject.h
Include/pythonrun.h
Objects/frameobject.c
Objects/intobject.c
Python/pythonrun.c