]> granicus.if.org Git - python/commit
On OS X, use os.uname() instead of gestalt.sysv(...) to get the
authorThomas Heller <theller@ctypes.org>
Thu, 11 Oct 2007 19:51:32 +0000 (19:51 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 11 Oct 2007 19:51:32 +0000 (19:51 +0000)
commit7fee6dd2a37461d7779087ff754898d19180617b
tree2bfc8120467a7b8c62ebca44a944200012318ebb
parent631fee62351397e940e4616ef48f03788962c3eb
On OS X, use os.uname() instead of gestalt.sysv(...) to get the
operating system version.  This allows to use ctypes when Python
was configured with --disable-toolbox-glue.
Lib/ctypes/__init__.py
Misc/NEWS