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 florin.papa
Recipients florin.papa, ppperry, python-dev, serhiy.storchaka
Date 2015-12-31.08:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451551587.26.0.248808523683.issue25961@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all,

I fixed a compile error introduced in Python 2.7 by this issue. There is a jump made to an nonexistent label "error" in type_new function in Objects/typeobject.c. Please see the attached patch.

Regards,
Florin Papa
History
Date User Action Args
2015-12-31 08:46:27florin.papasetrecipients: + florin.papa, python-dev, serhiy.storchaka, ppperry
2015-12-31 08:46:27florin.papasetmessageid: <1451551587.26.0.248808523683.issue25961@psf.upfronthosting.co.za>
2015-12-31 08:46:27florin.papalinkissue25961 messages
2015-12-31 08:46:27florin.papacreate