Skip to content

Commit 1e48798

Browse files
meeseeksmachinecdce8pjorisvandenbossche
authored
Backport PR #59906 on branch 2.3.x (BLD: Fix armv7 build) (#59937)
Backport PR #59906: BLD: Fix armv7 build Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 2e617d3 commit 1e48798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/_libs/src/vendored/ujson/python/JSONtoObj.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Numeric decoder derived from TCL library
3838

3939
// Licence at LICENSES/ULTRAJSON_LICENSE
4040

41-
#include "pandas/vendored/ujson/lib/ultrajson.h"
41+
// clang-format off
4242
#define PY_SSIZE_T_CLEAN
4343
#include <Python.h>
44+
#include "pandas/vendored/ujson/lib/ultrajson.h"
45+
// clang-format on
4446

4547
static int Object_objectAddKey(void *Py_UNUSED(prv), JSOBJ obj, JSOBJ name,
4648
JSOBJ value) {

0 commit comments

Comments
 (0)