]> granicus.if.org Git - python/commit
Added 'run_setup()' to allow outsiders to run a setup script under
authorGreg Ward <gward@python.net>
Fri, 1 Sep 2000 00:52:45 +0000 (00:52 +0000)
committerGreg Ward <gward@python.net>
Fri, 1 Sep 2000 00:52:45 +0000 (00:52 +0000)
commite3644e245ee38bfc145de7e75dac58f57236e694
treee718c6f8f4b868fed6199175528224c629658806
parent51de6906be81dda5ff7af6cf65691b76afd42ec7
Added 'run_setup()' to allow outsiders to run a setup script under
fairly tight control, and the '_setup_stop_after' and '_setup_distribution'
globals to provide the tight control.

This isn't entirely reliable yet: it dies horribly with a NameError on the
example PIL setup script in examples/pil_setup.py (at least with Python
1.5.2; untested with current Python).  There's some strangeness going
on with execfile(), but I don't understand it and don't have time
to track it down right now.
Lib/distutils/core.py