
solipsis at pitrou
Jul 15, 2012, 5:42 AM
Post #1 of 1
(78 views)
Permalink
|
|
Re: cpython: Take the first step in resolving the messy pkgutil vs importlib edge cases by
|
|
On Sun, 15 Jul 2012 10:10:07 +0200 (CEST) nick.coghlan <python-checkins [at] python> 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 _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|