diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 11:08:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 11:08:28 (GMT) |
commit | 3a74ce2088e5e29d81dd672038aef7204c82947b (patch) | |
tree | e0554959db9899de773aad8c1d004f50e35f6d28 /Misc | |
parent | 6cd08d627723f122bc964f7da0d41c3ff439c509 (diff) | |
parent | 871dfc41d37b02a7af6eb03028edc6702f24fd1d (diff) | |
download | cpython-3a74ce2088e5e29d81dd672038aef7204c82947b.zip cpython-3a74ce2088e5e29d81dd672038aef7204c82947b.tar.gz cpython-3a74ce2088e5e29d81dd672038aef7204c82947b.tar.bz2 |
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ Core and Builtins Library ------- +- Issue #13204: Calling sys.flags.__new__ would crash the interpreter, + now it raises a TypeError. + - Issue #19385: Make operations on a closed dbm.dumb database always raise the same exception. |