Commit e4eb6ff
committed
patch 7.4.1638
Problem: When binding a function to a dict the reference count is wrong.
Solution: Decrement dict reference count, only reference the function when
actually making a copy. (Ken Takata)1 parent 6c0e984 commit e4eb6ff
3 files changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12019 | 12019 | | |
12020 | 12020 | | |
12021 | 12021 | | |
| 12022 | + | |
12022 | 12023 | | |
12023 | 12024 | | |
12024 | 12025 | | |
| |||
21797 | 21798 | | |
21798 | 21799 | | |
21799 | 21800 | | |
21800 | | - | |
| 21801 | + | |
| 21802 | + | |
21801 | 21803 | | |
21802 | 21804 | | |
21803 | 21805 | | |
21804 | 21806 | | |
21805 | 21807 | | |
21806 | 21808 | | |
21807 | 21809 | | |
21808 | | - | |
| 21810 | + | |
| 21811 | + | |
| 21812 | + | |
21809 | 21813 | | |
| 21814 | + | |
21810 | 21815 | | |
21811 | 21816 | | |
21812 | 21817 | | |
| |||
21823 | 21828 | | |
21824 | 21829 | | |
21825 | 21830 | | |
21826 | | - | |
21827 | 21831 | | |
21828 | 21832 | | |
21829 | 21833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| 751 | + | |
| 752 | + | |
751 | 753 | | |
752 | 754 | | |
753 | 755 | | |
| |||
0 commit comments