[issue24464] Got warning when compiling sqlite3 module on Mac OS X

2019-09-29 Thread David CARLIER


Change by David CARLIER :


--
pull_requests: +16055
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/16469

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24464] Got warning when compiling sqlite3 module on Mac OS X

2015-06-21 Thread Ned Deily

Ned Deily added the comment:

I agree with Ronald that the proposed patch should not be applied as is.  For 
example, the Pythons installed by the current python.org OS X installers build 
and link with a newer version of libsqlite3.  This is one of several examples 
of third-party libraries for which the Apple-supplied version in OS X is old 
and users are better served by providing a newer version for use with Python.  
I think a better approach would be to make it easier for people building from 
source on OS X to also build and include these newer versions, like the 
installer build does.

--
priority: normal - low
title: Got warning when compiling sqlite3 module on Mac OSX - Got warning when 
compiling sqlite3 module on Mac OS X
versions: +Python 3.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com