From e4a83b5974ae66d18037aa72a34ddae7d7d471f6 Mon Sep 17 00:00:00 2001 From: sreenithi <22791051+sreenithi@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:44:01 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/python/grpcio/_spawn_patch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/grpcio/_spawn_patch.py b/src/python/grpcio/_spawn_patch.py index e4cdb013eeaea..47af9204c9b5f 100644 --- a/src/python/grpcio/_spawn_patch.py +++ b/src/python/grpcio/_spawn_patch.py @@ -30,6 +30,7 @@ _classic_spawn = ccompiler.CCompiler.spawn + def get_setuptools_temp_dir(): # Get the Platform/Architecture Part ('win32' / 'win-amd64') platform_tag = distutils.util.get_platform() @@ -67,7 +68,7 @@ def _commandfile_spawn(self, command, **kwargs): # fail as is so we try blindly build_temp = os.path.join("pyb", get_setuptools_temp_dir()) - #os.environ.get("BUILD_EXT_TEMP") + # os.environ.get("BUILD_EXT_TEMP") print("Using temp directory:", build_temp) release_build_dir = os.path.join(build_temp, "Release")