diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-13 22:25:01 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-13 22:25:01 +0000 |
commit | 527841518830c75207afa0b88e338823f6109b14 (patch) | |
tree | 3f5ce2d7dc72b73c817f6aeefbd8b174e5284260 /.bzrignore | |
parent | ef007c5175baa7f84eb5513a9203990d68d79400 (diff) | |
download | cpython-527841518830c75207afa0b88e338823f6109b14.tar.gz |
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
at interpreter startup before importing any non-builtin modules.
Should fix #9589.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index d2ba64da33..2a16bcdb0c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -11,6 +11,7 @@ python build Makefile.pre platform +pybuilddir.txt pyconfig.h libpython*.a python.exe |