commit | af748c3ab8f4274a01630bc5dd95ede7db5f115b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue May 06 22:41:46 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue May 06 22:41:46 2008 +0000 |
tree | e37e8b4349d0d92d5e4ad6e50cf611c454ec6028 | |
parent | 323c40d48c4c1661a18336af16c59bc279fda571 [diff] [blame] |
Implemented PEP 370
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index a9b7f81..e1483aa 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -82,6 +82,7 @@ on the command line, and is used in 2.2 by ceval.c to make all "/" divisions true divisions (which they will be in 2.3). */ int _Py_QnewFlag = 0; +int Py_NoUserSiteDirectory = 0; /* for -s and site.py */ /* PyModule_GetWarningsModule is no longer necessary as of 2.6 since _warnings is builtin. This API should not be used. */