Fall back to pure Python StringIO if cStringIO is not available
---------------------------------------------------------------

                 Key: AVRO-526
                 URL: https://issues.apache.org/jira/browse/AVRO-526
             Project: Avro
          Issue Type: Improvement
            Reporter: Esteve Fernandez
            Priority: Minor
         Attachments: 526-fallback-to-stringio.patch

Currently, avro.ipc uses cStringIO directly, instead of falling back to plain 
StringIO. This is useful in environments where the native cStringIO module is 
not available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to