New submission from Pieter Eendebak <pieter.eende...@gmail.com>:

In https://github.com/python/cpython/pull/31867 the method 
_PyLong_FromUnsignedChar was introduced for faster conversion of byteaarray 
elements.

We can use the method in more places

----------
components: Interpreter Core
messages: 415991
nosy: pieter.eendebak
priority: normal
severity: normal
status: open
title: Use _PyLong_FromUnsignedChar in bytearrayobject.c
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to