[Python-Dev] cpython: Take the first step in resolving the messy pkgutil vs importlib edge cases by
Antoine Pitrou
solipsis at pitrou.net
Sun Jul 15 14:42:25 CEST 2012
More information about the Python-Dev mailing list
Sun Jul 15 14:42:25 CEST 2012
- Previous message: [Python-Dev] Do we need __length_hint__ at all? (Was PEP 0424: A method for exposing a length hint)
- Next message: [Python-Dev] cpython: Actually initialize __main__.__loader__ with loader instances, not the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 15 Jul 2012 10:10:07 +0200 (CEST) nick.coghlan <python-checkins at python.org> wrote: > > int > +set_main_loader(PyObject *d, const char *filename, const char *loader_name) > +{ This function should be static. Regards Antoine. -- Software development and contracting: http://pro.pitrou.net
- Previous message: [Python-Dev] Do we need __length_hint__ at all? (Was PEP 0424: A method for exposing a length hint)
- Next message: [Python-Dev] cpython: Actually initialize __main__.__loader__ with loader instances, not the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list