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 skrah
Recipients facundobatista, mark.dickinson, rhettinger, skrah, vstinner
Date 2018-05-31.09:10:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20180531091012.GA2761@bytereef.org>
In-reply-to <1527719641.19.0.682650639539.issue33701@psf.upfronthosting.co.za>
Content
On Wed, May 30, 2018 at 10:34:01PM +0000, STINNER Victor wrote:
> Fatal Python error: Segmentation fault
> Current thread 0x00002b52f7326400 (most recent call first):
> 
> Is it a bug in the _decimal module?

These kinds of errors are often completely random in the test suite:

https://bugs.python.org/issue25276
https://bugs.python.org/issue25276#msg252113

One with test_decimal, one with test_email.
History
Date User Action Args
2018-05-31 09:10:25skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, vstinner
2018-05-31 09:10:25skrahlinkissue33701 messages
2018-05-31 09:10:25skrahcreate