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 jll
Recipients jll
Date 2012-07-19.14:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342706915.13.0.364498242377.issue15395@psf.upfronthosting.co.za>
In-reply-to
Content
In Modules/selectmodule.c, in the function seq2set, fast_seq should be decrefd on failure of the initialization of o.  This will make a useless call to DECREF on o, but XDECREF is already used, so it is safe in the NULL case.

In the same file, in the function poll_modify, key should be decrefed on all execution paths that lead out of the function.
History
Date User Action Args
2012-07-19 14:08:35jllsetrecipients: + jll
2012-07-19 14:08:35jllsetmessageid: <1342706915.13.0.364498242377.issue15395@psf.upfronthosting.co.za>
2012-07-19 14:08:34jlllinkissue15395 messages
2012-07-19 14:08:34jllcreate