]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Aug 2010 22:25:01 +0000 (22:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Aug 2010 22:25:01 +0000 (22:25 +0000)
commite9b428f9977f8733e6b0d2c321c093779f95080f
tree2583b8f93efed20d9d849cbd1b001e4282e32f00
parent09c449c7de0fea077ceaee5cb04017d6994341e7
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
at interpreter startup before importing any non-builtin modules.
Should fix #9589.
.bzrignore
.hgignore
Include/Python.h
Lib/site.py
Makefile.pre.in
Modules/getpath.c
Modules/main.c
setup.py