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