From: Tim Peters <tim.peters@gmail.com>
Date: Thu, 16 Mar 2006 02:31:36 +0000 (+0000)
Subject: Oops!  Use python_d.exe _before_ it's destroyed :-)
X-Git-Tag: v2.5a0~226
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a3b248affd2f32f570c7fee4d0918b61fcc3bed;p=python

Oops!  Use python_d.exe _before_ it's destroyed :-)
---

diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
index 7e7d713ed9..4b949225d1 100644
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -1,6 +1,6 @@
 @rem Used by the buildbot "clean" step.
 call "%VS71COMNTOOLS%vsvars32.bat"
 cd PCbuild
-devenv.com /clean Debug pcbuild.sln
 @echo Deleting .pyc/.pyo files ...
 python_d.exe rmpyc.py
+devenv.com /clean Debug pcbuild.sln