From 31f2a419764a8ba77c2a970cfc80056c6cd06756 Mon Sep 17 00:00:00 2001 From: shadchin Date: Mon, 12 Feb 2024 07:53:52 +0300 Subject: Update Python from 3.11.8 to 3.12.2 --- contrib/tools/python3/src/Lib/distutils/debug.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 contrib/tools/python3/src/Lib/distutils/debug.py (limited to 'contrib/tools/python3/src/Lib/distutils/debug.py') diff --git a/contrib/tools/python3/src/Lib/distutils/debug.py b/contrib/tools/python3/src/Lib/distutils/debug.py deleted file mode 100644 index daf1660f0d8..00000000000 --- a/contrib/tools/python3/src/Lib/distutils/debug.py +++ /dev/null @@ -1,5 +0,0 @@ -import os - -# If DISTUTILS_DEBUG is anything other than the empty string, we run in -# debug mode. -DEBUG = os.environ.get('DISTUTILS_DEBUG') -- cgit v1.3