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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to