Author: Armin Rigo <[email protected]> Branch: py3.5 Changeset: r90609:ead90bb3fd09 Date: 2017-03-09 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/ead90bb3fd09/
Log: link genobject.py into the translation process diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__init__.py +++ b/pypy/module/cpyext/__init__.py @@ -75,6 +75,7 @@ import pypy.module.cpyext.pytraceback import pypy.module.cpyext.methodobject import pypy.module.cpyext.dictproxyobject +import pypy.module.cpyext.genobject # now that all rffi_platform.Struct types are registered, configure them api.configure_types() _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
