Skip to content

Commit

Permalink
Backport PR pandas-dev#59906: BLD: Fix armv7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and meeseeksmachine committed Oct 2, 2024
1 parent 0691c5c commit e565fb5
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 e565fb5

Please sign in to comment.