Skip to content

Commit

Permalink
BLD: Fix armv7 build (#59906)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Sep 30, 2024
1 parent 00855f8 commit cf48036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pandas/_libs/src/vendored/ujson/python/JSONtoObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ Numeric decoder derived from TCL library

// Licence at LICENSES/ULTRAJSON_LICENSE

#include "pandas/vendored/ujson/lib/ultrajson.h"
// clang-format off
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "pandas/vendored/ujson/lib/ultrajson.h"
// clang-format on

static int Object_objectAddKey(void *Py_UNUSED(prv), JSOBJ obj, JSOBJ name,
JSOBJ value) {
Expand Down

0 comments on commit cf48036

Please sign in to comment.