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 Yoni Lavi
Recipients Friedrich.Spee.von.Langenfeld, SilentGhost, Yoni Lavi, belopolsky, berker.peksag, docs@python, ezio.melotti, r.david.murray, rhettinger, terry.reedy
Date 2016-06-02.01:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464830430.0.0.982129800794.issue22558@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, thanks for the explanation. I think in this case we're ok too.
I linked io.rst to Lib/io.py, which relies on the C version. And in the case of decimal.rst, it was already linked to Lib/decimal.py which very explicitly attempts to load the C version and falls back to _pydecimal.
History
Date User Action Args
2016-06-02 01:20:30Yoni Lavisetrecipients: + Yoni Lavi, rhettinger, terry.reedy, belopolsky, ezio.melotti, r.david.murray, SilentGhost, docs@python, berker.peksag, Friedrich.Spee.von.Langenfeld
2016-06-02 01:20:29Yoni Lavisetmessageid: <1464830430.0.0.982129800794.issue22558@psf.upfronthosting.co.za>
2016-06-02 01:20:29Yoni Lavilinkissue22558 messages
2016-06-02 01:20:29Yoni Lavicreate