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 elias
Recipients elias
Date 2016-09-01.00:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472691379.75.0.669592694643.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
This is my attempt at implementing PEP 467.

I am not an expert in the details of the Python interpreter, and this is my first time working on a big project in C, so I am not sure if I am doing things in the most elegant or efficient way, but it seems to work fine, as far as I can tell.

I have added some tests for the new functionality. I am planning to work on changes to the documentation some time in the next few days.

I noticed a lot of places that are using the deprecated integer-argument bytes and bytearray constructors. I left most of them alone, although I changed a few of them to the zeros constructors to prevent certain tests from failing.
History
Date User Action Args
2016-09-01 00:56:20eliassetrecipients: + elias
2016-09-01 00:56:19eliassetmessageid: <1472691379.75.0.669592694643.issue27923@psf.upfronthosting.co.za>
2016-09-01 00:56:19eliaslinkissue27923 messages
2016-09-01 00:56:19eliascreate