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 ncoghlan
Recipients ncoghlan, skrah
Date 2012-08-25.14:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345904683.65.0.863127291798.issue15783@psf.upfronthosting.co.za>
In-reply-to
Content
decimal.localcontext() works correctly with both the pure Python decimal module and the C accelerator.

decimal.localcontext(None) only works with the pure Python version. The C accelerator throws an exception instead of treating it as equivalent to omitting the argument.
History
Date User Action Args
2012-08-25 14:24:43ncoghlansetrecipients: + ncoghlan, skrah
2012-08-25 14:24:43ncoghlansetmessageid: <1345904683.65.0.863127291798.issue15783@psf.upfronthosting.co.za>
2012-08-25 14:24:42ncoghlanlinkissue15783 messages
2012-08-25 14:24:42ncoghlancreate