]> granicus.if.org Git - python/commit
Issue #22338: Fix a crash in the json module on memory allocation failure.
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 10 Sep 2014 21:31:42 +0000 (23:31 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 10 Sep 2014 21:31:42 +0000 (23:31 +0200)
commit31a3ec313d442fd9d64a3882669da634d7b70d56
tree15cbc8c30e1575658b49e883b8a3b98137929334
parent6d46dff5b5bc7991e62fc00597cb9b32f1cdd170
Issue #22338: Fix a crash in the json module on memory allocation failure.
Misc/NEWS
Modules/_json.c