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, mark.dickinson, serhiy.storchaka
Date 2012-09-27.16:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348764493.72.0.188335941104.issue16060@psf.upfronthosting.co.za>
In-reply-to
Content
> And indeed, the following code generates a segfault on my machine:

I was going to give similar example and assign crash type to issue, but on my machine it does not generate a segfault.

> The patch should probably include a regression test.

Someone borrowed Guido's time machine and have already done this test (see NonIntegral in Lib/test/test_int.py).
History
Date User Action Args
2012-09-27 16:48:13serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, benjamin.peterson
2012-09-27 16:48:13serhiy.storchakasetmessageid: <1348764493.72.0.188335941104.issue16060@psf.upfronthosting.co.za>
2012-09-27 16:48:13serhiy.storchakalinkissue16060 messages
2012-09-27 16:48:12serhiy.storchakacreate