[issue9878] Avoid parsing pyconfig.h and Makefile by autogenerating extension module
Éric Araujo
report at bugs.python.org
Sun Aug 21 10:10:27 CEST 2011
Éric Araujo <merwok at netwok.org> added the comment:
I wouldn’t call this a performance issue. From #4359, you can see that the two main reasons are first to avoid breakage on platforms that put pyconfig.h and Makefile in another package than the interpreter, and most importantly than the code is hard to maintain. Resource usage diminution will just be a nice side-effect.
----------
type: performance ->
versions: +Python 3.3 -Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9878>
_______________________________________
More information about the Python-bugs-list
mailing list