]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:59:21 +0000 (19:59 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 18:59:21 +0000 (19:59 +0100)
commit5ebe65f8cb541b10f07fb6ce2b4283a26c7e1d80
treeeb43876e2c023c255b26cb6d79b188079f573f6f
parent90c0eb28c5ff1da76b258f9cf6a54abc6df19675
parent9f69e79c450c3c17172046f937941e6df1802a6d
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