diff options
author | Steve Dower <steve.dower@python.org> | 2020-05-12 22:32:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 22:32:32 (GMT) |
commit | d6b727e2c947240804b8e434b305ba2890122550 (patch) | |
tree | 4c5fac2f2dc01a00c8ab450ef46f6507657f48e1 /PCbuild/pcbuild.proj | |
parent | f453221c8b80e0570066a9375337f208d50e6406 (diff) | |
download | cpython-d6b727e2c947240804b8e434b305ba2890122550.zip cpython-d6b727e2c947240804b8e434b305ba2890122550.tar.gz cpython-d6b727e2c947240804b8e434b305ba2890122550.tar.bz2 |
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index 22a9eed..9c4d352 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -51,7 +51,7 @@ <!-- pyshellext.dll --> <Projects Include="pyshellext.vcxproj" /> <!-- Extension modules --> - <ExtensionModules Include="_asyncio;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound" /> + <ExtensionModules Include="_asyncio;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound;_uuid" /> <ExtensionModules Include="_ctypes" Condition="$(IncludeCTypes)" /> <!-- Extension modules that require external sources --> <ExternalModules Include="_bz2;_lzma;_sqlite3" /> |