Commit 4b430e5
Fix incorrect error handling in _pickle.Unpickler.__init__() (pythonGH-9630)
_pickle.Unpickler.__init__() should return -1 if Pdata_New() fails, not 1.1 parent e2f48bf commit 4b430e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6792 | 6792 | | |
6793 | 6793 | | |
6794 | 6794 | | |
6795 | | - | |
| 6795 | + | |
6796 | 6796 | | |
6797 | 6797 | | |
6798 | 6798 | | |
| |||
0 commit comments