]> granicus.if.org Git - python/commit
Since the errno module is needed by os._execvpe(), and that is used by the
authorFred Drake <fdrake@acm.org>
Mon, 5 Aug 2002 18:06:17 +0000 (18:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 5 Aug 2002 18:06:17 +0000 (18:06 +0000)
commit5f8a23f32fb32476d97c0be4c7da2dea5efe3393
treedc5106a121569fdb310fca62eb22e67c4921d1b8
parent2805428d92f165064c0f7f4c12aa3c0c5e4ed1eb
Since the errno module is needed by os._execvpe(), and that is used by the
setup.py (indirectly) script to build the standard dynamically loaded
modules, the errno module is being made static so it will always be
available.
Closes SF bug #591205 (needed on trunk only).
Modules/Setup.dist
setup.py