commit | aa4729084a5524e27ee8259d712daf52a08a6068 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <[email protected]> | Fri Sep 03 06:03:10 2021 +0000 |
committer | Ryan Prichard <[email protected]> | Fri Sep 03 06:03:10 2021 +0000 |
tree | 0ebe7f48a5c4709ecb83b1dbec522a4714585fd0 | |
parent | 3f74d43a095e6a515f309f9d56e7621854d4be22 [diff] |
Update Windows Python3 prebuilt Fusion2: http://fusion2/65e4574f-2e5f-4c09-83f1-ea10aef16096 Kokoro job: ndk/python3/windows_continuous Prebuilt updated using: ndk/scripts/update_kokoro_prebuilts.py Test: Treehugger, Kokoro presubmit Bug: None Change-Id: Id9ebd53bb624e44610f45f2ba8cb71618aee3201
diff --git a/DLLs/_asyncio.pyd b/DLLs/_asyncio.pyd index bf84608..39f29d8 100644 --- a/DLLs/_asyncio.pyd +++ b/DLLs/_asyncio.pyd Binary files differ
diff --git a/DLLs/_bz2.pyd b/DLLs/_bz2.pyd index 1071382..ff95182 100644 --- a/DLLs/_bz2.pyd +++ b/DLLs/_bz2.pyd Binary files differ
diff --git a/DLLs/_ctypes.pyd b/DLLs/_ctypes.pyd index d9a2798..8d67ea1 100644 --- a/DLLs/_ctypes.pyd +++ b/DLLs/_ctypes.pyd Binary files differ
diff --git a/DLLs/_decimal.pyd b/DLLs/_decimal.pyd index 5865dac..56c2976 100644 --- a/DLLs/_decimal.pyd +++ b/DLLs/_decimal.pyd Binary files differ
diff --git a/DLLs/_elementtree.pyd b/DLLs/_elementtree.pyd index ffd096a..ec53c8d 100644 --- a/DLLs/_elementtree.pyd +++ b/DLLs/_elementtree.pyd Binary files differ
diff --git a/DLLs/_hashlib.pyd b/DLLs/_hashlib.pyd index e1a9c85..e450fea 100644 --- a/DLLs/_hashlib.pyd +++ b/DLLs/_hashlib.pyd Binary files differ
diff --git a/DLLs/_lzma.pyd b/DLLs/_lzma.pyd index d5b3c27..7e2fc85 100644 --- a/DLLs/_lzma.pyd +++ b/DLLs/_lzma.pyd Binary files differ
diff --git a/DLLs/_msi.pyd b/DLLs/_msi.pyd index fabf1f7..a3a42cd 100644 --- a/DLLs/_msi.pyd +++ b/DLLs/_msi.pyd Binary files differ
diff --git a/DLLs/_multiprocessing.pyd b/DLLs/_multiprocessing.pyd index 1f4409d..874900d 100644 --- a/DLLs/_multiprocessing.pyd +++ b/DLLs/_multiprocessing.pyd Binary files differ
diff --git a/DLLs/_overlapped.pyd b/DLLs/_overlapped.pyd index 4da5398..2c734b3 100644 --- a/DLLs/_overlapped.pyd +++ b/DLLs/_overlapped.pyd Binary files differ
diff --git a/DLLs/_queue.pyd b/DLLs/_queue.pyd index f1b428c..ca31175 100644 --- a/DLLs/_queue.pyd +++ b/DLLs/_queue.pyd Binary files differ
diff --git a/DLLs/_socket.pyd b/DLLs/_socket.pyd index a9b2c7c..c579a04 100644 --- a/DLLs/_socket.pyd +++ b/DLLs/_socket.pyd Binary files differ
diff --git a/DLLs/_sqlite3.pyd b/DLLs/_sqlite3.pyd index ee937b9..47ad035 100644 --- a/DLLs/_sqlite3.pyd +++ b/DLLs/_sqlite3.pyd Binary files differ
diff --git a/DLLs/_ssl.pyd b/DLLs/_ssl.pyd index 83d13d1..7928ade 100644 --- a/DLLs/_ssl.pyd +++ b/DLLs/_ssl.pyd Binary files differ
diff --git a/DLLs/_uuid.pyd b/DLLs/_uuid.pyd index f5748f4..478f944 100644 --- a/DLLs/_uuid.pyd +++ b/DLLs/_uuid.pyd Binary files differ
diff --git a/DLLs/_zoneinfo.pyd b/DLLs/_zoneinfo.pyd index 00715f9..fe068ca 100644 --- a/DLLs/_zoneinfo.pyd +++ b/DLLs/_zoneinfo.pyd Binary files differ
diff --git a/DLLs/pyexpat.pyd b/DLLs/pyexpat.pyd index ac31240..344001a 100644 --- a/DLLs/pyexpat.pyd +++ b/DLLs/pyexpat.pyd Binary files differ
diff --git a/DLLs/select.pyd b/DLLs/select.pyd index 0c9984d..4687335 100644 --- a/DLLs/select.pyd +++ b/DLLs/select.pyd Binary files differ
diff --git a/DLLs/sqlite3.dll b/DLLs/sqlite3.dll index b2c5d85..a8453ac 100644 --- a/DLLs/sqlite3.dll +++ b/DLLs/sqlite3.dll Binary files differ
diff --git a/DLLs/unicodedata.pyd b/DLLs/unicodedata.pyd index 6742413..99ef2b5 100644 --- a/DLLs/unicodedata.pyd +++ b/DLLs/unicodedata.pyd Binary files differ
diff --git a/DLLs/winsound.pyd b/DLLs/winsound.pyd index 69b7699..a80a2ef 100644 --- a/DLLs/winsound.pyd +++ b/DLLs/winsound.pyd Binary files differ
diff --git a/Lib/_sysconfigdata__darwin_.py b/Lib/_sysconfigdata__darwin_.py new file mode 100644 index 0000000..5935607 --- /dev/null +++ b/Lib/_sysconfigdata__darwin_.py
@@ -0,0 +1,2 @@ +# ANDROID: empty default system configuration +build_time_vars = {}
diff --git a/Lib/_sysconfigdata__linux_.py b/Lib/_sysconfigdata__linux_.py new file mode 100644 index 0000000..5935607 --- /dev/null +++ b/Lib/_sysconfigdata__linux_.py
@@ -0,0 +1,2 @@ +# ANDROID: empty default system configuration +build_time_vars = {}
diff --git a/python.exe b/python.exe index 77874c0..27c113d 100644 --- a/python.exe +++ b/python.exe Binary files differ
diff --git a/python39.dll b/python39.dll index 2f11616..d499e8a 100644 --- a/python39.dll +++ b/python39.dll Binary files differ
diff --git a/pythonw.exe b/pythonw.exe index 5fa53f6..94cfcce 100644 --- a/pythonw.exe +++ b/pythonw.exe Binary files differ