bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError.
S
Serhiy Storchaka committed
e890421e334ccf0c000c6b29c4a521d86cd12f47
Parent: de2aea0
Committed by GitHub <noreply@github.com>
on 10/14/2018, 9:02:57 PM