Issue1773865

classification
Title: Patch for [1768990] pickle fails on subclasses
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pjenvey Nosy List: mehendran, pjenvey
Priority: normal Keywords: patch

Created on 2007-08-14.13:52:01 by mehendran, last changed 2007-09-22.06:35:50 by pjenvey.

Files
File name Uploaded Description Edit Remove
pickle_subclasses.diff mehendran, 2007-08-14.13:52:01 patch file for the bug id [1768990]
Messages
msg2802 (view) Author: Mehendran (mehendran) Date: 2007-08-14.13:52:01
I have uploaded a patch for the bug 
"[1768990] pickle fails on subclasses of builtin types".
And it is working fine with "test_subclasses.py" test
case. 
msg2803 (view) Author: Philip Jenvey (pjenvey) Date: 2007-09-22.06:35:50
applied in r3498, and merged to the branch in r3499. thanks mehendran!
History
Date User Action Args
2007-08-14 13:52:01mehendrancreate