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 4211c57 commit 57d85b1Copy full SHA for 57d85b1
newsfragments/4450.changed.md
@@ -0,0 +1 @@
1
+Restore `_PyLong_NumBits` on Python 3.13 and later
pyo3-ffi/src/longobject.rs
@@ -92,7 +92,6 @@ extern "C" {
92
#[cfg(not(Py_LIMITED_API))]
93
extern "C" {
94
#[cfg_attr(PyPy, link_name = "_PyPyLong_NumBits")]
95
- #[cfg(not(Py_3_13))]
96
pub fn _PyLong_NumBits(obj: *mut PyObject) -> size_t;
97
}
98
0 commit comments