Commit 0f2a61a
committed
Merged revisions 88147 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k
........
r88147 | antoine.pitrou | 2011-01-23 18:12:25 +0100 (dim., 23 janv. 2011) | 3 lines
Issue #10987: Fix the recursion limit handling in the _pickle module.
........1 parent eb9d5ad commit 0f2a61a
3 files changed
Lines changed: 20 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1566 | 1566 | | |
1567 | 1567 | | |
1568 | 1568 | | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
1569 | 1573 | | |
| 1574 | + | |
1570 | 1575 | | |
1571 | 1576 | | |
1572 | 1577 | | |
| |||
1814 | 1819 | | |
1815 | 1820 | | |
1816 | 1821 | | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
1821 | 1826 | | |
1822 | 1827 | | |
1823 | 1828 | | |
| |||
1826 | 1831 | | |
1827 | 1832 | | |
1828 | 1833 | | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
1829 | 1838 | | |
| 1839 | + | |
1830 | 1840 | | |
1831 | 1841 | | |
1832 | 1842 | | |
| |||
2353 | 2363 | | |
2354 | 2364 | | |
2355 | 2365 | | |
2356 | | - | |
| 2366 | + | |
2357 | 2367 | | |
2358 | 2368 | | |
2359 | 2369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments