]> granicus.if.org Git - python/commit
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 11:07:06 +0000 (13:07 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 11:07:06 +0000 (13:07 +0200)
commit871dfc41d37b02a7af6eb03028edc6702f24fd1d
treea790ec67f992917b9c1cad2fc654105d77a5c5bb
parent94ba146d11869288ab3def8c7426b3b36701416a
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
Lib/test/test_sys.py
Misc/NEWS
Python/sysmodule.c