[issue18627] Typo in Modules/hashlib.h

2013-08-01 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue18627] Typo in Modules/hashlib.h

2013-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3716d64f846b by Ned Deily in branch '3.3': Issue #18627: Fix typo noticed by Vajrasky Kok. http://hg.python.org/cpython/rev/3716d64f846b New changeset 454e9db1c750 by Ned Deily in branch 'default': Closes #18627: merge from 3.3 http://hg.python.org/

[issue18627] Typo in Modules/hashlib.h

2013-08-01 Thread Vajrasky Kok
New submission from Vajrasky Kok: Got typo in Modules/hashlib.h. See this patch for detail: --- a/Modules/hashlib.h Wed Jul 31 20:48:26 2013 -0400 +++ b/Modules/hashlib.h Fri Aug 02 12:39:00 2013 +0800 @@ -2,7 +2,7 @@ /* * Given a PyObject* obj, fill in the Py_buffer* viewp with the result