[issue17581] _ssl fails building on OS X Tiger

Antoine Pitrou report at bugs.python.org
Sat Mar 30 16:17:37 CET 2013


New submission from Antoine Pitrou:

The _ssl module has failed building (on 3.4) on OS X Tiger for a long time:
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/6075/steps/test/logs/stdio

Given the error messages, and given how old OS X Tiger is (according to Google, the system OpenSSL is 0.9.7), I'm inclined to think it is because of missing features on the system OpenSSL.

Is there any point in supporting OS X Tiger in 3.4? Should the _ssl module be updated to use conditionals for "new" (i.e. < 7 years old) OpenSSL features?

----------
components: Build, Extension Modules
messages: 185566
nosy: hynek, ned.deily, pitrou, ronaldoussoren
priority: normal
severity: normal
status: open
title: _ssl fails building on OS X Tiger
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17581>
_______________________________________


More information about the Python-bugs-list mailing list