[New-bugs-announce] [issue27659] Check for the existence of crypt()

Chi Hsuan Yen report at bugs.python.org
Sun Jul 31 03:04:38 EDT 2016


New submission from Chi Hsuan Yen:

On Android the crypt() function is missing, causing ugly linking errors when compiling the _crypt module. This patch handles it elegantly.

A question: should I include changes to configure and pyconfig.h.in in the patch?

----------
components: Cross-Build
files: check-crypt.patch
keywords: patch
messages: 271727
nosy: Alex.Willmer, Chi Hsuan Yen, xdegaye
priority: normal
severity: normal
status: open
title: Check for the existence of crypt()
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file43954/check-crypt.patch

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


More information about the New-bugs-announce mailing list