[issue29841] errors raised by bytes() and bytearray() for invalid size argument

2017-03-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue29841] errors raised by bytes() and bytearray() for invalid size argument

2017-03-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: errors raised by bytes and bytearray constructors for invalid size argument -> errors raised by bytes() and bytearray() for invalid size argument ___ Python tracker __