This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, gvanrossum
Date 2008-01-07.07:20:29
SpamBayes Score 0.0019192734
Marked as misclassified No
Message-id <1199690432.25.0.839683390385.issue1751@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-01-07 07:20:32alexandre.vassalottisetspambayes_score: 0.00191927 -> 0.0019192734
recipients: + alexandre.vassalotti, gvanrossum
2008-01-07 07:20:32alexandre.vassalottisetspambayes_score: 0.00191927 -> 0.00191927
messageid: <1199690432.25.0.839683390385.issue1751@psf.upfronthosting.co.za>
2008-01-07 07:20:30alexandre.vassalottilinkissue1751 messages
2008-01-07 07:20:30alexandre.vassalotticreate