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 JelleZijlstra
Recipients JelleZijlstra, brett.cannon, buchuki, ethan.furman, python-dev, serhiy.storchaka
Date 2016-06-02.23:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464909442.95.0.140318629954.issue27186@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds the C implementation (copied from the PEP).

Some notes:
- I added a new .h file in Include/ because there didn't seem to be an obvious existing place to put it.
- There was some uncertainty about whether we should Py_INCREF the string or bytes returned when a string/bytes is passed in. Running test -l and -L works with the Py_INCREF in and we're adding a new reference to the module, so I think this is correct.
History
Date User Action Args
2016-06-02 23:17:23JelleZijlstrasetrecipients: + JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, buchuki
2016-06-02 23:17:22JelleZijlstrasetmessageid: <1464909442.95.0.140318629954.issue27186@psf.upfronthosting.co.za>
2016-06-02 23:17:22JelleZijlstralinkissue27186 messages
2016-06-02 23:17:22JelleZijlstracreate