Message 116606 - Python tracker
Antoine: > Is there any point in creating another extension module? > We already have Modules/getpath.c which receives various configuration > values at compile-time, themselves exposed as sys.prefix and friends. I have no opinion on generating a new module vs. adding info to getpath.c, but I wouldn’t like to further bloat the sys module.