]> granicus.if.org Git - python/commit
Issue #10987: Fix the recursion limit handling in the _pickle module.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Jan 2011 17:12:25 +0000 (17:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Jan 2011 17:12:25 +0000 (17:12 +0000)
commite6d4c5bab8d18e32bba6482da1b603b35f2fe254
treeb2d2dfb60696e0c9e0a36c903f14c458a0dda1fe
parent0929b1fc70e2f3fd1c4550ebbcaa4e733f5a8f7a
Issue #10987: Fix the recursion limit handling in the _pickle module.
Misc/NEWS
Modules/_pickle.c
Tools/scripts/find_recursionlimit.py