fixup! ffi: cleanup pythonrun

This commit is contained in:
Dean Li 2021-08-27 23:54:27 +08:00
parent 73220565c1
commit a8cc9c37d5
No known key found for this signature in database
GPG Key ID: 4F55BB69D480672A
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use crate::ffi::object::*; use crate::ffi::object::*;
#[cfg(all(not(Py_LIMITED_API), not(Py_3_10)))] #[cfg(all(not(Py_LIMITED_API), not(Py_3_10)))]
use libc::FILE; use libc::FILE;
#[cfg(all(Py_LIMITED_API, not(Py_3_10)))] #[cfg(any(Py_LIMITED_API, not(Py_3_10)))]
use std::os::raw::c_char; use std::os::raw::c_char;
use std::os::raw::c_int; use std::os::raw::c_int;