Issue2289

classification
Title: PyUnicode can't be serialized
Type: Severity: major
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: orius123, zyasoft
Priority: urgent Keywords:

Created on 2015-03-13.08:49:13 by orius123, last changed 2015-03-20.18:27:50 by zyasoft.

Messages
msg9642 (view) Author: Eliya Sadan (orius123) Date: 2015-03-13.08:49:12
since beta 4 PyUnicode cannot be serialized because IndexTranslator was added and IndexTranslator doens't implement serialiazble.
Submitted a PR in github https://github.com/jythontools/jython/pull/17
msg9647 (view) Author: Jim Baker (zyasoft) Date: 2015-03-13.18:44:10
Fixed as of https://hg.python.org/jython/rev/d8be9df6530c
History
Date User Action Args
2015-03-20 18:27:50zyasoftsetstatus: pending -> closed
2015-03-13 18:44:10zyasoftsetstatus: open -> pending
nosy: + zyasoft
messages: + msg9647
priority: urgent
assignee: zyasoft
resolution: fixed
2015-03-13 08:49:13orius123create