This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ethan.furman, serhiy.storchaka
Date 2016-04-15.07:28:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460705282.56.0.272877366519.issue26764@psf.upfronthosting.co.za>
In-reply-to
Content
>>> [] % 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.
History
Date User Action Args
2016-04-15 07:28:02serhiy.storchakasetrecipients: + serhiy.storchaka, ethan.furman
2016-04-15 07:28:02serhiy.storchakasetmessageid: <1460705282.56.0.272877366519.issue26764@psf.upfronthosting.co.za>
2016-04-15 07:28:02serhiy.storchakalinkissue26764 messages
2016-04-15 07:28:02serhiy.storchakacreate