Hi,
In order to implement PEP 489 (Multi-phase extension module
initialization) on py3.5 I need to change the way app-level Python code
interacts with extension module loading internals. Maintaining
cpyext.load_module() is a bit annoying. Probably the best way would be
to delegate straight to imp.load_dynamic(). But then the question is
why we need it in the first place. I'd like to remove
cpyext.load_module() on both default and py3.5.
-Manuel
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev