Issue1510830

classification
Title: basic pickle
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: m_small
Priority: normal Keywords: patch

Created on 2006-06-22.17:48:41 by m_small, last changed 2006-07-19.17:42:08 by m_small.

Files
File name Uploaded Description Edit Remove
basicpickle.patch m_small, 2006-06-22.17:48:41 patch to re-enable basic pickling
basicpickle-supp.patch m_small, 2006-06-22.17:50:04
Messages
msg2508 (view) Author: Matt Small (m_small) Date: 2006-06-22.17:48:41
Patch for basic pickle.
msg2509 (view) Author: Matt Small (m_small) Date: 2006-06-22.17:50:03
Logged In: YES 
user_id=1539426

Also, to test that, you'll need to apply another patch to
dist/Lib after you build.  This comments out some still
unsupported things in codecs & warnings, and fixes a bug in
encoding/__init__.py.  None of these should go into the
source tree yet, though.
msg2510 (view) Author: Matt Small (m_small) Date: 2006-06-26.18:32:57
Logged In: YES 
user_id=1539426

Also, forgot to mention this, but you may need to make sure
that Lib/pickle.py is deleted (svn rm) instead of just its
contents being deleted.

And basicpickle-supp.patch is the support to test, and
shouldn't be checked in.
msg2511 (view) Author: Matt Small (m_small) Date: 2006-07-19.17:42:08
Logged In: YES 
user_id=1539426

Applied, svn rev 2842.
History
Date User Action Args
2006-06-22 17:48:41m_smallcreate