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 mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-02-09.21:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130209214146.GA23261@sleipnir.bytereef.org>
In-reply-to <1360442999.41.0.373385180849.issue17173@psf.upfronthosting.co.za>
Content
I'm not sure if I'll use pyctype.h in libmpdec: It's still going to be an
external project that should be completely identical to the version in the
Python tree.

libmpdec/io.c is specified to be ASCII only (while handling the Turkish 'I')
and is used accordingly in _decimal.c.

I think it is impossible to trigger any misbehavior just by using the
decimal module.
History
Date User Action Args
2013-02-09 21:41:44skrahsetrecipients: + skrah, rhettinger, mark.dickinson, pitrou, serhiy.storchaka
2013-02-09 21:41:44skrahlinkissue17173 messages
2013-02-09 21:41:43skrahcreate