]> granicus.if.org Git - python/commit
Issue #16228: Fix a crash in the json module where a list changes size while it is...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 18:52:06 +0000 (19:52 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 18:52:06 +0000 (19:52 +0100)
commit9f69e79c450c3c17172046f937941e6df1802a6d
tree346e98946bad3a96f6a939ab6dfb2c53b81e00b2
parent42d5c415224cf0bae36c74840b0d1c481f3ee99b
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.
Lib/test/json_tests/test_dump.py
Misc/NEWS
Modules/_json.c