mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Getting rid of cPickle. Mmm, feels good!
This commit is contained in:
parent
be6fe5476c
commit
99603b0c1e
22 changed files with 38 additions and 5846 deletions
|
@ -33,7 +33,7 @@ import socket
|
|||
import select
|
||||
import SocketServer
|
||||
import struct
|
||||
import cPickle as pickle
|
||||
import pickle
|
||||
import threading
|
||||
import Queue
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue