[New-bugs-announce] [issue47116] Use _PyLong_FromUnsignedChar in bytearrayobject.c

Pieter Eendebak report at bugs.python.org
Fri Mar 25 05:30:55 EDT 2022


New submission from Pieter Eendebak <pieter.eendebak at 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 <report at bugs.python.org>
<https://bugs.python.org/issue47116>
_______________________________________


More information about the New-bugs-announce mailing list