bpo-30249: Improve struct.unpack_from() error messages (GH-6059)

This commit is contained in:
Xiang Zhang 2018-03-11 02:58:52 +08:00 committed by GitHub
parent 67ee07795b
commit c10b288f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 15 deletions

View file

@ -0,0 +1,2 @@
Improve struct.unpack_from() exception messages for problems with the buffer
size and offset.