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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2012-09-27.08:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348735618.32.0.1069610095.issue16060@psf.upfronthosting.co.za>
In-reply-to
Content
In function convert_integral_to_int() in file Objects/abstract.c integral double decrefed and dereferenced after decrefing if returned value of __int__() is not int. Python 3.3 only affected.

Here is a patch.
History
Date User Action Args
2012-09-27 08:46:58serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2012-09-27 08:46:58serhiy.storchakasetmessageid: <1348735618.32.0.1069610095.issue16060@psf.upfronthosting.co.za>
2012-09-27 08:46:57serhiy.storchakalinkissue16060 messages
2012-09-27 08:46:57serhiy.storchakacreate