Issue1758317

classification
Title: bool objects fail to pickle
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, yole
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:42:21 by cgroves, last changed 2007-08-12.06:16:00 by cgroves.

Messages
msg1768 (view) Author: Charlie Groves (cgroves) Date: 2007-07-22.04:42:21
bool objects fail to pickle causing a few test failures in test_bool.
msg1769 (view) Author: Charlie Groves (cgroves) Date: 2007-08-06.00:05:18
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg1770 (view) Author: Dmitry Jemerov (yole) Date: 2007-08-08.20:29:34
Posted patch at http://sourceforge.net/tracker/index.php?func=detail&aid=1770407&group_id=12867&atid=312867
msg1771 (view) Author: Charlie Groves (cgroves) Date: 2007-08-12.06:16:00
Patch applied in r3409.
History
Date User Action Args
2007-07-22 04:42:21cgrovescreate