[issue18599] _sha1module report "SHA" as its name

Christian Heimes report at bugs.python.org
Tue Jul 30 15:05:12 CEST 2013


New submission from Christian Heimes:

I found the issue while I was working on unit tests. It looks like a honest mistake ... :)

PyUnicode_FromStringAndSize("SHA1", 3);

----------
files: sha1name.patch
keywords: patch
messages: 193930
nosy: christian.heimes, gregory.p.smith, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: _sha1module report "SHA" as its name
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file31086/sha1name.patch

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


More information about the Python-bugs-list mailing list