STINNER Victor <victor.stin...@haypocalc.com> added the comment:

"avoid parsing pyconfig.h and Makefile in the sysconfig module by 
autogenerating an extension module"

This feature will be appreciated by small devices embeding Python: on such 
device, headers and Makefile are not copied to not waste disk space.

To me, it is also an horrible thing to parse pyconfig.h and Makefile at 
startup, because these files are non trivial to parse and it should be done 
only once. Because these files are created one, we should parse them once, when 
Python is compiled. So an "autogenerating an extension module" is an excellent 
idea. It will speed up Python startup.

----------
nosy: +haypo
type:  -> performance

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to