remove bad comments
This commit is contained in:
parent
717050af4b
commit
f26a1ea8b1
|
@ -1,12 +1,10 @@
|
|||
use crate::ffi::object::*;
|
||||
use std::os::raw::{c_double, c_int};
|
||||
|
||||
// #[cfg(all(not(PyPy), Py_LIMITED_API))]
|
||||
#[cfg(Py_LIMITED_API)]
|
||||
// TODO: remove (see https://github.com/PyO3/pyo3/pull/1341#issuecomment-751515985)
|
||||
opaque_struct!(PyFloatObject);
|
||||
|
||||
// #[cfg(any(PyPy, not(Py_LIMITED_API)))]
|
||||
#[cfg(not(Py_LIMITED_API))]
|
||||
#[repr(C)]
|
||||
pub struct PyFloatObject {
|
||||
|
|
Loading…
Reference in New Issue