[New-bugs-announce] [issue26765] Factor out common bytes and bytearray implementation

Serhiy Storchaka report at bugs.python.org
Fri Apr 15 04:05:59 EDT 2016


New submission from Serhiy Storchaka:

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.

----------
components: Interpreter Core
files: bytes_methods.patch
keywords: patch
messages: 263458
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Factor out common bytes and bytearray implementation
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42465/bytes_methods.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26765>
_______________________________________


More information about the New-bugs-announce mailing list