]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved PyMac_GetScript() to _localemodule, which is the only place where
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 13:31:39 +0000 (13:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 13:31:39 +0000 (13:31 +0000)
commit59f072ad7c7b56a1e803a74ba59d869b838c256f
tree0e9cd92ad9c423e8ab54d7bd23786fbc1b802dab
parent75694501cae16b6a688bba2e6fb3fd1f0d3ba22f
Moved PyMac_GetScript() to _localemodule, which is the only place where
it is used, and made it private. Should fix #978662.
Include/pymactoolbox.h
Modules/_localemodule.c
Python/mactoolboxglue.c