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 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:17skrahsetrecipients: + skrah, lemburg, belopolsky, vstinner, SilentGhost, serhiy.storchaka
2015-03-30 11:55:17skrahsetmessageid: <1427716517.39.0.941178110936.issue23607@psf.upfronthosting.co.za>
2015-03-30 11:55:17skrahlinkissue23607 messages
2015-03-30 11:55:17skrahcreate