Commits


Matti Picus authored and GitHub committed 2a5c773611e
ARROW-2651: [Python] Fix datetime C API import for PyPy (#14539) As described in the [ARROW-2651](https://issues.apache.org/jira/browse/ARROW-2651) issue, this patch fixes the C datetime module import mechanism for PyPy. This is related to #2089 which was closed in favor of the JIRA issue. Authored-by: mattip <matti.picus@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>