[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59223da36dec by Ned Deily in branch 'default': Issue #15560: Ensure consistent sqlite3 behavior and feature availability http://hg.python.org/cpython/rev/59223da36dec -- ___ Python tracker

[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-05 Thread Ned Deily
Ned Deily added the comment: Committed for release in 2.7.4, 3.2.4, and 3.3.0. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker _

[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6c6d8adcf5 by Ned Deily in branch '2.7': Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. http://hg.python.org/cpython/rev/ef6c6d8adcf5 New changeset ee0ac9a0461f by Ned Deily in branch '3.2': Issue #15560: Fix building _sqlite3

[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-05 Thread Ned Deily
Changes by Ned Deily : -- stage: patch review -> commit review Added file: http://bugs.python.org/file26699/issue15560_sqlite3_sdk_27_32.patch ___ Python tracker ___

[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-05 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch Added file: http://bugs.python.org/file26698/issue15560_sqlite3_sdk.patch ___ Python tracker ___ __

[issue15560] _sqlite3.so is built with wrong include file on OS X when using an SDK

2012-08-05 Thread Ned Deily
New submission from Ned Deily: setup.py supports building Python with an OS X SDK to allow building Python executables and libraries that will run on multiple versions of OS X. There is an error in the SDK support code in detect_modules() for building the _sqlite3 extension that has the effec