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 torsten
Recipients Suman.Saha, ezio.melotti, meador.inge, torsten
Date 2012-01-19.21:52:32
SpamBayes Score 1.1207418e-06
Marked as misclassified No
Message-id <1327009953.64.0.0971332436855.issue13020@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for the patch.
All the error paths above the change do

  Py_DECREF(arg);
  return NULL;

arg is initialized with PySequence_Fast, which returns a new reference.
Hard to create a test case for this...
History
Date User Action Args
2012-01-19 21:52:33torstensetrecipients: + torsten, ezio.melotti, meador.inge, Suman.Saha
2012-01-19 21:52:33torstensetmessageid: <1327009953.64.0.0971332436855.issue13020@psf.upfronthosting.co.za>
2012-01-19 21:52:33torstenlinkissue13020 messages
2012-01-19 21:52:32torstencreate