[New-bugs-announce] [issue26764] SystemError in bytes.__rmod__

Serhiy Storchaka report at bugs.python.org
Fri Apr 15 03:28:02 EDT 2016


New submission from Serhiy Storchaka:

>>> [] % b''
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: Objects/bytesobject.c:2975: bad argument to internal function

Proposed patch fixes bytes.__rmod__ and tests for bytes formatting.

----------
components: Interpreter Core
files: bytes_rmod.patch
keywords: patch
messages: 263457
nosy: ethan.furman, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: SystemError in bytes.__rmod__
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42464/bytes_rmod.patch

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


More information about the New-bugs-announce mailing list