Skip to content

Commit e2ee206

Browse files
authored
Update pickle.py from 3.14.2 (RustPython#6982)
* Update `_compat_pickle.py` from 3.14.2 * Update `pickle.py` from 3.14.2 * Update pickletools and tests * Update all other pickle related files * Make `test_extcall` to use modified doctest checker
1 parent 684e880 commit e2ee206

File tree

9 files changed

+5651
-398
lines changed

9 files changed

+5651
-398
lines changed

Lib/_compat_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'tkMessageBox': 'tkinter.messagebox',
2323
'ScrolledText': 'tkinter.scrolledtext',
2424
'Tkconstants': 'tkinter.constants',
25-
'Tix': 'tkinter.tix',
2625
'ttk': 'tkinter.ttk',
2726
'Tkinter': 'tkinter',
2827
'markupbase': '_markupbase',
@@ -257,3 +256,4 @@
257256

258257
for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
259258
REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
259+
del excname

0 commit comments

Comments
 (0)