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 yselivanov
Recipients gvanrossum, methane, skrah, vstinner, yselivanov
Date 2018-01-23.06:56:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516690615.68.0.467229070634.issue32630@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 567 allows decimal to be safely used in async/await code.

I couldn't observe any performance impact by the proposed PR.  The PR doesn't modify decimal context behaviour: instead of using a thread-local storage it now uses a context variable.
History
Date User Action Args
2018-01-23 06:56:55yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, methane, skrah
2018-01-23 06:56:55yselivanovsetmessageid: <1516690615.68.0.467229070634.issue32630@psf.upfronthosting.co.za>
2018-01-23 06:56:55yselivanovlinkissue32630 messages
2018-01-23 06:56:55yselivanovcreate