]> granicus.if.org Git - python/commit
Move _PyInt_Init() into pythonrun.h, since all the other _Init()
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 1 Jan 2003 15:18:32 +0000 (15:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 1 Jan 2003 15:18:32 +0000 (15:18 +0000)
commitdc392e31439d9992ea0101abaca09bcb78ebc311
treeb8ad5c2e11eecebfe39b729494799b57b5376e94
parent4e8f5492c5c74b3cb3a8448fa8bf482d4e8a3d74
Move _PyInt_Init() into pythonrun.h, since all the other _Init()
functions are here.  Suggested by Skip.
Include/intobject.h
Include/pythonrun.h