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 Oren Milman
Recipients Oren Milman, vinay.sajip
Date 2017-03-02.00:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488412857.39.0.99073710638.issue28129@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for issue #25659 already replaced the assertions in
CDataType_from_buffer and CDataType_from_buffer_copy with if statements (my
bad for missing that issue when I opened this one).
In addition, that fix added some tests, so I also added some, and created a
pull request.

I run the test module again, and on my Windows 10, the same tests failed with
and without my patches. However, on my Ubuntu 16.04 VM, none of the tests
failed.
History
Date User Action Args
2017-03-02 00:00:57Oren Milmansetrecipients: + Oren Milman, vinay.sajip
2017-03-02 00:00:57Oren Milmansetmessageid: <1488412857.39.0.99073710638.issue28129@psf.upfronthosting.co.za>
2017-03-02 00:00:57Oren Milmanlinkissue28129 messages
2017-03-02 00:00:57Oren Milmancreate