fix pypy compilation

This commit is contained in:
Nicholas Sim 2020-12-27 14:17:44 +08:00
parent 46ca4e86e5
commit c4f773e590
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ pub use self::abstract_::*;
pub use self::bytesobject::*;
pub use self::ceval::*;
pub use self::code::*;
#[cfg(not(PyPy))]
pub use self::dictobject::*;
pub use self::frameobject::*;