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 christian.heimes
Recipients christian.heimes, theller
Date 2008-05-04.22:35:04
SpamBayes Score 0.0002848631
Marked as misclassified No
Message-id <1209940505.31.0.9485811448.issue2764@psf.upfronthosting.co.za>
In-reply-to
Content
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).from_buffer_copy("a" * 16)
TypeError: expected an object with a buffer interface
History
Date User Action Args
2008-05-04 22:35:05christian.heimessetspambayes_score: 0.000284863 -> 0.0002848631
recipients: + christian.heimes, theller
2008-05-04 22:35:05christian.heimessetspambayes_score: 0.000284863 -> 0.000284863
messageid: <1209940505.31.0.9485811448.issue2764@psf.upfronthosting.co.za>
2008-05-04 22:35:04christian.heimeslinkissue2764 messages
2008-05-04 22:35:04christian.heimescreate