[New-bugs-announce] [issue16847] sha module broken

Ronald Oussoren report at bugs.python.org
Thu Jan 3 07:56:50 CET 2013


New submission from Ronald Oussoren:

On OSX 10.8 with the following configure line and a fresh checkout (as of 10 minutes ago):

'../configure'  '--enable-framework' '--enable-universalsdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' '--with-universal-archs=intel' '--with-framework-name=Python' 'MACOSX_DEPLOYMENT_TARGET=10.8' 'CC=clang' 'CXX=clang++'

The build fails because _PyUnicode_CheckConsistency cannot be found when trying to load (amongst others) _sha1. According to the unicodeobject.h that function is only available in debug builds, while it gets used unconditionally in sha1module.c

I haven't run a bisect yet to find why the build fails now, the call to _PyUnicode_CheckConsistency was added in April and the build failure is (much) more recent.

----------
keywords: 3.3regression
messages: 178916
nosy: ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: sha module broken
type: compile error
versions: Python 3.3

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


More information about the New-bugs-announce mailing list