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 d8214ea commit 818c8d4Copy full SHA for 818c8d4
pandas/compat/_constants.py
@@ -19,7 +19,7 @@
19
WASM = (sys.platform == "emscripten") or (platform.machine() in ["wasm32", "wasm64"])
20
ISMUSL = "musl" in (sysconfig.get_config_var("HOST_GNU_TYPE") or "")
21
REF_COUNT = 2
22
-CHAINED_WARNING_DISABLED = PYPY or (PY314 and not sys._is_gil_enabled())
+CHAINED_WARNING_DISABLED = PYPY or (PY314 and not sys._is_gil_enabled()) # type: ignore[attr-defined]
23
CHAINED_WARNING_DISABLED_INPLACE_METHOD = PYPY or PY314
24
25
0 commit comments