https://github.com/python/cpython/commit/169cdfefce83fabcea48d0ba24ca4dba210f41d0
commit: 169cdfefce83fabcea48d0ba24ca4dba210f41d0
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: Yhg1s <[email protected]>
date: 2025-06-04T20:08:52Z
summary:

[3.14] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows 
installers. (GH-135145) (#135150)

(cherry picked from commit e598eecf4c97509acef517e94053e45db51636fb)

Co-authored-by: T. Wouters <[email protected]>

files:
M Tools/msi/freethreaded/freethreaded_files.wxs
M Tools/msi/lib/lib_files.wxs

diff --git a/Tools/msi/freethreaded/freethreaded_files.wxs 
b/Tools/msi/freethreaded/freethreaded_files.wxs
index 86d9a8b83f6535..0707e77b5e9ab2 100644
--- a/Tools/msi/freethreaded/freethreaded_files.wxs
+++ b/Tools/msi/freethreaded/freethreaded_files.wxs
@@ -103,7 +103,7 @@
         </ComponentGroup>
     </Fragment>
 
-    <?define 
exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_zstd;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited;_tkinter
 ?>
+    <?define 
exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_remote_debugging;_uuid;_wmi;_zoneinfo;_zstd;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited;_tkinter
 ?>
     <Fragment>
         <DirectoryRef Id="Lib_venv_scripts_nt__freethreaded" />
 
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs
index 8439518bcbd804..4d44299f783909 100644
--- a/Tools/msi/lib/lib_files.wxs
+++ b/Tools/msi/lib/lib_files.wxs
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
-    <?define 
exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_zstd
 ?>
+    <?define 
exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_remote_debugging;_uuid;_wmi;_zoneinfo;_zstd
 ?>
     <Fragment>
         <DirectoryRef Id="Lib_venv_scripts_nt" />
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to