This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients docs@python, vajrasky
Date 2013-08-02.04:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375418618.45.0.59595383081.issue18627@psf.upfronthosting.co.za>
In-reply-to
Content
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 { \
History
Date User Action Args
2013-08-02 04:43:38vajraskysetrecipients: + vajrasky, docs@python
2013-08-02 04:43:38vajraskysetmessageid: <1375418618.45.0.59595383081.issue18627@psf.upfronthosting.co.za>
2013-08-02 04:43:38vajraskylinkissue18627 messages
2013-08-02 04:43:37vajraskycreate