We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232f97a commit defbcc0Copy full SHA for defbcc0
pandas/_libs/internals.pyx
@@ -29,8 +29,8 @@ from pandas._libs.util cimport (
29
include "free_threading_config.pxi"
30
31
IF CYTHON_COMPATIBLE_WITH_FREE_THREADING:
32
- from cpython.weakref cimport PyWeakref_GetRef
33
from cpython.ref cimport Py_DECREF
+ from cpython.weakref cimport PyWeakref_GetRef
34
ELSE:
35
from cpython.weakref cimport PyWeakref_GetObject
36
pandas/_libs/meson.build
@@ -54,7 +54,7 @@ _free_threading_config = configure_file(
54
input: 'free_threading_config.pxi.in',
55
output: 'free_threading_config.pxi',
56
configuration: cdata,
57
- install: false
+ install: false,
58
)
59
60
subdir('tslibs')
0 commit comments