New submission from Alexandre Vassalotti:

Finally, here is my C implementation of BytesIO. The code is well tested
and include the proper unit tests. The only remaining issues are:
  - The behavior of the close() method.
  - The failure of test_profile and test_cProfile.

Currently, I have no idea how to fix the tests for the profilers. The
weird thing is both pass when run with:

   % ./python Lib/test/regrtest.py -R: test_profile

----------
components: Interpreter Core, Library (Lib), Tests
files: _bytesio.c
keywords: patch
messages: 59436
nosy: alexandre.vassalotti, gvanrossum
priority: normal
severity: normal
status: open
title: Fast BytesIO implementation + misc changes
versions: Python 3.0
Added file: http://bugs.python.org/file9084/_bytesio.c

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1751>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to