Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError.
|
Thanks @serhiy-storchaka for the PR |
…). (pythonGH-9852) bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError. (cherry picked from commit e890421) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-9878 is a backport of this pull request to the 3.7 branch. |
…). (pythonGH-9852) bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError. (cherry picked from commit e890421) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-9879 is a backport of this pull request to the 3.6 branch. |
…array(). (pythonGH-9852) bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError.. (cherry picked from commit e890421) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…thonGH-9852) The bytearray constructor converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError. (cherry picked from commit e890421)
…thonGH-9852) (pythonGH-9885) The bytearray constructor converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError. (cherry picked from commit e890421)
…). (pythonGH-9852) bytes and bytearray constructors converted unexpected exceptions (e.g. MemoryError and KeyboardInterrupt) to TypeError.
bytes and bytearray constructors converted unexpected exceptions
(e.g. MemoryError and KeyboardInterrupt) to TypeError.
https://bugs.python.org/issue34974