[issue2764] c_char doesn't implement py3k buffer interface

2008-08-21 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> added the comment: The test has already been fixed and reenabled in rev 65849. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue2764] c_char doesn't implement py3k buffer interface

2008-08-21 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Thomas, the bytes object is not broken anymore with respect to the buffer API, but it depends which buffer API you are talking about :-) I hope it is the new, 3.0 one. -- nosy: +pitrou ___ Python t

[issue2764] c_char doesn't implement py3k buffer interface

2008-08-21 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ping -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2764] c_char doesn't implement py3k buffer interface

2008-05-04 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> added the comment: Thanks for your efforts, Christian. This test needs an object which implements the readonly buffer interface. Unfortunately the bytes object that I would like to use is broken: http://bugs.python.org/issue2538

[issue2764] c_char doesn't implement py3k buffer interface

2008-05-04 Thread Christian Heimes
New submission from Christian Heimes <[EMAIL PROTECTED]>: I'm currently merging changes from trunk to 3.0. One unit test is failing: test test_ctypes failed -- Traceback (most recent call last): File "Lib/ctypes/test/test_frombuffer.py", line 67, in test_from_buffer_copy x = (c_char * 16).