Issue 18627: Typo in Modules/hashlib.h (original) (raw)
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
- of PyObject_GetBuffer. Sets and exception and issues a return NULL
- of PyObject_GetBuffer. Sets an exception and issues a return NULL
- on any errors. */
#define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \