]> granicus.if.org Git - python/commit
Get ctypes working on the Alpha (Tru64). The problem was that there
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Feb 2008 07:21:56 +0000 (07:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Feb 2008 07:21:56 +0000 (07:21 +0000)
commited0a593a10328b069d2563ef6f00c31e1d02fe59
tree6b038ed58dc55a17fcbc369eba7340be0f68398c
parentc11cecf3d0f816893f5765a7b5e25d5f4e3fe531
Get ctypes working on the Alpha (Tru64).  The problem was that there
were two module_methods and the one used depended on the order the
modules were loaded.  By making the test module_methods static,
it is not exported and the correct version is picked up.
Modules/_ctypes/_ctypes_test.c