diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 11:07:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 11:07:06 (GMT) |
commit | 871dfc41d37b02a7af6eb03028edc6702f24fd1d (patch) | |
tree | a790ec67f992917b9c1cad2fc654105d77a5c5bb /Misc | |
parent | 94ba146d11869288ab3def8c7426b3b36701416a (diff) | |
download | cpython-871dfc41d37b02a7af6eb03028edc6702f24fd1d.zip cpython-871dfc41d37b02a7af6eb03028edc6702f24fd1d.tar.gz cpython-871dfc41d37b02a7af6eb03028edc6702f24fd1d.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
@@ -39,6 +39,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. |