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 vstinner
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2012-12-24.17:45:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYuDNWG=xrgy365MWT=z+f8XyfMkvkJZZULivKHYz+toQ@mail.gmail.com>
In-reply-to <1356367689.27.0.875413446941.issue16757@psf.upfronthosting.co.za>
Content
> It is not more surprising that specify a "start" argument for sum().

Un pythin, the start attribute of sum is optional.

> I don't think we should worry about third party module which violate the
API. It will crash in any case when the exported function will disappear
and will be replaced by macros.

The compilation will fail, whereas it will crash with your patch.
History
Date User Action Args
2012-12-24 17:45:10vstinnersetrecipients: + vstinner, ezio.melotti, serhiy.storchaka
2012-12-24 17:45:10vstinnerlinkissue16757 messages
2012-12-24 17:45:10vstinnercreate