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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2016-04-15.08:05:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460707559.13.0.709090380773.issue26765@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch factors out the implementation of bytes and bytearray by moving common code in separate files. This is not new approach, the part of the code is already shared.

The patch decreases the size of the source code by 862 lines.
History
Date User Action Args
2016-04-15 08:05:59serhiy.storchakasetrecipients: + serhiy.storchaka
2016-04-15 08:05:59serhiy.storchakasetmessageid: <1460707559.13.0.709090380773.issue26765@psf.upfronthosting.co.za>
2016-04-15 08:05:59serhiy.storchakalinkissue26765 messages
2016-04-15 08:05:58serhiy.storchakacreate