Skip to content

Conversation

Komnomnomnom
Copy link
Contributor

ujson was never auto-sniffing the dtype because PyArray_DescrConverter converts None to the numpy default dtype. It should instead use PyArray_DescrConverter2 which converts None to NULL.

The rest of the changes are to fix tests related to this "new" behaviour.

Tested with Python 2.7 on 64 bit OSX, 32 bit Ubuntu and 32 bit WinXP with Mingw32 and MSVC. EPD is still seg faulting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants