except without exception type
Bug #1178485 reported by
Sebastian Ramacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python-Crypto |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
We have several cases of excepts without an exception type. This is bad since this will also catch KeyboardInterrupt and SystemExit. See for more details http://
The following parts of PyCrypto have such excepts:
lib/Crypto/
lib/Crypto/
lib/Crypto/
lib/Crypto/
lib/Crypto/
To post a comment you must log in.
asn1 fixed in https:/ /github. com/dlitz/ pycrypto/ commit/ 5a0ee14e9904335 cb90c0dd7a4e10f 1523435c52# diff-6ea06840fa 0ebc1756e19946e 65bbc12
The rest in this pull request: https:/ /github. com/dlitz/ pycrypto/ pull/82