]> granicus.if.org Git - python/commit
Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 1 Dec 2009 15:54:01 +0000 (15:54 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 1 Dec 2009 15:54:01 +0000 (15:54 +0000)
commit7072f74dc8bea03490ab09af3ee5a902bdc6f284
tree7e36047e6441ee26a7c81c5c1c90f669cd83c7cc
parent117a899e4dda2faa3d8476752ce612def935ae75
Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a
multi-architecture build (in particular when the architectures don't share
a common pointer size).

Fixed the same issue for SIZEOF_PTHREAD_T.

(No update to the NEWS file because this is a bugfix for an as yet unreleased
feature)
Include/pymacconfig.h