]> 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 19:07:40 +0000 (20:07 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Nov 2012 19:07:40 +0000 (20:07 +0100)
commite9e35c3f6b0be57f44b1dac653e6adbe23cc2e93
tree470855635b61689741b899b2f6d086c2884f85bf
parent4ca83ec72dc05eea4e1f2818c6d47a0fd8b5bd68
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
Patch by Serhiy Storchaka.
Lib/json/tests/test_dump.py
Misc/NEWS
Modules/_json.c