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 alexeychen
Recipients alanmcintyre, alexeychen, complex, pythonmeister
Date 2007-09-15.22:22:09
SpamBayes Score 0.27695128
Marked as misclassified No
Message-id <1189894929.23.0.107175436672.issue1134@psf.upfronthosting.co.za>
In-reply-to
Content
--- tokenizer.c	(revision 58161)
+++ tokenizer.c	(working copy)
@@ -402,6 +402,8 @@
 	if (allocated) {
 		Py_DECREF(bufobj);
 	}
+  Py_XDECREF(tok->decoding_buffer);
+  tok->decoding_buffer = 0;
 	return s;
History
Date User Action Args
2007-09-15 22:22:09alexeychensetspambayes_score: 0.276951 -> 0.27695128
recipients: + alexeychen, complex, alanmcintyre, pythonmeister
2007-09-15 22:22:09alexeychensetspambayes_score: 0.276951 -> 0.276951
messageid: <1189894929.23.0.107175436672.issue1134@psf.upfronthosting.co.za>
2007-09-15 22:22:09alexeychenlinkissue1134 messages
2007-09-15 22:22:09alexeychencreate