Message 239597 - Python tracker (original) (raw)
Message239597
Author | skrah |
---|---|
Recipients | SilentGhost, belopolsky, lemburg, serhiy.storchaka, skrah, vstinner |
Date | 2015-03-30.11:55:17 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1427716517.39.0.941178110936.issue23607@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I just looked at this very briefly: Is the patch context insensitive? IOW, do things still work if you change the thread-local context: from decimal import * c = getcontext() c.prec = 1 c.Emax = 1 c.Emin = -1 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2015-03-30 11:55:17 | skrah | set | recipients: + skrah, lemburg, belopolsky, vstinner, SilentGhost, serhiy.storchaka |
2015-03-30 11:55:17 | skrah | set | messageid: 1427716517.39.0.941178110936.issue23607@psf.upfronthosting.co.za |
2015-03-30 11:55:17 | skrah | link | issue23607 messages |
2015-03-30 11:55:17 | skrah | create |