Skip to content

Instantly share code, notes, and snippets.

@mdboom
Created March 7, 2025 23:34
Show Gist options
  • Save mdboom/4a5f091b3c0cca9a51a0ffd5fa83e08a to your computer and use it in GitHub Desktop.
Save mdboom/4a5f091b3c0cca9a51a0ffd5fa83e08a to your computer and use it in GitHub Desktop.
Using "c:\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory)
Fetching external libraries...
bzip2-1.0.8 already exists, skipping.
mpdecimal-4.0.0 already exists, skipping.
sqlite-3.45.3.0 already exists, skipping.
xz-5.2.5 already exists, skipping.
zlib-1.3.1 already exists, skipping.
Fetching external binaries...
libffi-3.4.4 already exists, skipping.
openssl-bin-3.0.15 already exists, skipping.
tcltk-8.6.15.0 already exists, skipping.
Finished.
Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the Visual Studio installation)
Using "c:\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory)
c:\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "c:\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=PGInstrument /p:Platform=ARM64 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2=
_freeze_module.c
config_minimal.c
atexitmodule.c
faulthandler.c
gcmodule.c
getbuildinfo.c
getpath_noop.c
posixmodule.c
signalmodule.c
timemodule.c
_tracemalloc.c
_iomodule.c
bufferedio.c
bytesio.c
fileio.c
iobase.c
stringio.c
textio.c
winconsoleio.c
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
iterobject.c
listobject.c
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
typevarobject.c
unicodectype.c
unicodeobject.c
unionobject.c
weakrefobject.c
myreadline.c
parser.c
peg_api.c
pegen.c
pegen_errors.c
action_helpers.c
string_parser.c
token.c
buffer.c
state.c
lexer.c
string_tokenizer.c
file_tokenizer.c
utf8_tokenizer.c
readline_tokenizer.c
helpers.c
invalid_parameter_handler.c
msvcrtmodule.c
winreg.c
_warnings.c
asdl.c
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
brc.c
bootstrap_hash.c
ceval.c
codecs.c
compile.c
context.c
critical_section.c
crossinterp.c
dtoa.c
dynamic_annotations.c
dynload_win.c
errors.c
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c
future.c
gc.c
gc_gil.c
gc_free_threading.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
ceval_gil.c
hamt.c
hashtable.c
import.c
importdl.c
initconfig.c
instruction_sequence.c
interpconfig.c
intrinsics.c
instrumentation.c
jit.c
legacy_tracing.c
lock.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
optimizer.c
optimizer_analysis.c
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_trampoline.c
perf_jit_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
Python-tokenize.c
pytime.c
qsbr.c
specialize.c
structmember.c
suggestions.c
symtable.c
thread.c
traceback.c
tracemalloc.c
sysmodule.c
_freeze_module.vcxproj -> c:\cpython\PCbuild\win32\_freeze_module.exe
Updated files: importlib._bootstrap.h, importlib._bootstrap_external.h, zipimport.h, abc.h, codecs.h, io.h, _collections_abc.h, _sitebuiltins.h, genericpath.h, ntpath.h, posixpath.h, os.h, site.h, stat.h, importlib.util.h, importlib.machinery.h, runpy.h, __hello__.h, __phello__.h, __phello__.ham.h, __phello__.ham.eggs.h, __phello__.spam.h, frozen_only.h
Updated files: getpath.h
Killing any running python.exe instances...
Regenerate Global Objects
# not changed: c:\cpython\Include\internal\pycore_global_strings.h
# not changed: c:\cpython\Include\internal\pycore_runtime_init_generated.h
# not changed: c:\cpython\Include\internal\pycore_unicodeobject_generated.h
# not changed: c:\cpython\Include\internal\pycore_global_objects_fini_generated.h
Generated sources are up to date
Getting build info from "C:\Program Files\Git\cmd\git.exe"
Building tags/v3.13.2:4f8bb3947cf tags/v3.13.2^0
getpath.c
_abc.c
_bisectmodule.c
blake2module.c
blake2b_impl.c
blake2s_impl.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_csv.c
_functoolsmodule.c
Hacl_Hash_MD5.c
Hacl_Hash_SHA1.c
Hacl_Hash_SHA2.c
Hacl_Hash_SHA3.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_pickle.c
_randommodule.c
sre.c
_stat.c
_struct.c
_suggestions.c
_weakref.c
arraymodule.c
atexitmodule.c
cmathmodule.c
_datetimemodule.c
errnomodule.c
faulthandler.c
gcmodule.c
itertoolsmodule.c
main.c
mathmodule.c
md5module.c
mmapmodule.c
_opcode.c
_operator.c
posixmodule.c
rotatingtree.c
sha1module.c
sha2module.c
sha3module.c
signalmodule.c
_statisticsmodule.c
symtablemodule.c
_sysconfig.c
_threadmodule.c
_tracemalloc.c
_typingmodule.c
timemodule.c
xxsubtype.c
_interpretersmodule.c
_interpchannelsmodule.c
_interpqueuesmodule.c
fileio.c
bytesio.c
stringio.c
bufferedio.c
iobase.c
textio.c
winconsoleio.c
_iomodule.c
_codecs_cn.c
_codecs_hk.c
_codecs_iso2022.c
_codecs_jp.c
_codecs_kr.c
_codecs_tw.c
multibytecodec.c
_winapi.c
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
iterobject.c
listobject.c
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
typevarobject.c
unicodectype.c
unicodeobject.c
unionobject.c
weakrefobject.c
myreadline.c
state.c
lexer.c
buffer.c
string_tokenizer.c
file_tokenizer.c
utf8_tokenizer.c
readline_tokenizer.c
helpers.c
token.c
pegen.c
pegen_errors.c
action_helpers.c
parser.c
string_parser.c
peg_api.c
invalid_parameter_handler.c
winreg.c
config.c
msvcrtmodule.c
pyhash.c
_warnings.c
asdl.c
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
brc.c
ceval.c
codecs.c
compile.c
context.c
critical_section.c
crossinterp.c
dynamic_annotations.c
dynload_win.c
errors.c
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c
future.c
gc.c
gc_free_threading.c
gc_gil.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
ceval_gil.c
hamt.c
hashtable.c
import.c
importdl.c
initconfig.c
interpconfig.c
intrinsics.c
instruction_sequence.c
instrumentation.c
jit.c
legacy_tracing.c
lock.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
optimizer.c
optimizer_analysis.c
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_trampoline.c
perf_jit_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pylifecycle.c
pymath.c
pytime.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
qsbr.c
dtoa.c
Python-ast.c
Python-tokenize.c
pythonrun.c
specialize.c
suggestions.c
structmember.c
symtable.c
thread.c
traceback.c
tracemalloc.c
zlibmodule.c
adler32.c
compress.c
crc32.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c
dl_nt.c
binascii.c
getbuildinfo.c
frozen.c
sysmodule.c
deflate.c
Creating library c:\cpython\PCbuild\arm64\instrumented\python313.lib and object c:\cpython\PCbuild\arm64\instrumented\python313.exp
Generating code
Finished generating code
pythoncore.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\python313.dll
_ctypes_test.c
_ctypes_test.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_ctypes_test.lib and object c:\cpython\PCbuild\arm64\instrumented\_ctypes_test.exp
Generating code
Finished generating code
_ctypes_test.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_ctypes_test.pyd
_testbuffer.c
_testbuffer.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testbuffer.lib and object c:\cpython\PCbuild\arm64\instrumented\_testbuffer.exp
Generating code
Finished generating code
_testbuffer.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testbuffer.pyd
python3dll.c
python3dll.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\python3.lib and object c:\cpython\PCbuild\arm64\instrumented\python3.exp
Generating code
Finished generating code
python3dll.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\python3.dll
_testcapimodule.c
getargs.c
vectorcall.c
heaptype.c
abstract.c
bytes.c
unicode.c
dict.c
set.c
list.c
tuple.c
datetime.c
docstring.c
mem.c
watchers.c
float.c
complex.c
long.c
numbers.c
structmember.c
exceptions.c
code.c
buffer.c
pyatomic.c
file.c
codec.c
hash.c
time.c
object.c
immortal.c
gc.c
run.c
monitoring.c
_testcapimodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testcapi.lib and object c:\cpython\PCbuild\arm64\instrumented\_testcapi.exp
Generating code
Finished generating code
_testcapi.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testcapi.pyd
_testlimitedcapi.c
abstract.c
bytearray.c
bytes.c
complex.c
dict.c
eval.c
float.c
heaptype_relative.c
import.c
list.c
long.c
object.c
pyos.c
set.c
sys.c
tuple.c
unicode.c
vectorcall_limited.c
file.c
_testlimitedcapi.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testlimitedcapi.lib and object c:\cpython\PCbuild\arm64\instrumented\_testlimitedcapi.exp
Generating code
Finished generating code
_testlimitedcapi.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testlimitedcapi.pyd
_testinternalcapi.c
pytime.c
test_critical_sections.c
test_lock.c
set.c
_testinternalcapi.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testinternalcapi.lib and object c:\cpython\PCbuild\arm64\instrumented\_testinternalcapi.exp
Generating code
Finished generating code
_testinternalcapi.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testinternalcapi.pyd
_testembed.c
_testembed.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Finished generating code
_testembed.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testembed.exe
_testimportmultiple.c
_testimportmultiple.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testimportmultiple.lib and object c:\cpython\PCbuild\arm64\instrumented\_testimportmultiple.exp
Generating code
Finished generating code
_testimportmultiple.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testimportmultiple.pyd
_testmultiphase.c
_testmultiphase.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testmultiphase.lib and object c:\cpython\PCbuild\arm64\instrumented\_testmultiphase.exp
Generating code
Finished generating code
_testmultiphase.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testmultiphase.pyd
_testsinglephase.c
_testsinglephase.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testsinglephase.lib and object c:\cpython\PCbuild\arm64\instrumented\_testsinglephase.exp
Generating code
Finished generating code
_testsinglephase.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testsinglephase.pyd
_testconsole.c
_testconsole.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testconsole.lib and object c:\cpython\PCbuild\arm64\instrumented\_testconsole.exp
Generating code
Finished generating code
_testconsole.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testconsole.pyd
_testclinic.c
_testclinic.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_testclinic.lib and object c:\cpython\PCbuild\arm64\instrumented\_testclinic.exp
Generating code
Finished generating code
_testclinic.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testclinic.pyd
_testclinic_limited.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_testclinic_limited.lib and object c:\cpython\PCbuild\arm64\instrumented\_testclinic_limited.exp
Generating code
Finished generating code
_testclinic_limited.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_testclinic_limited.pyd
launcher2.c
pyshellext.cpp
launcher2.c
launcher2.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
launcher2.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Generating code
Finished generating code
Finished generating code
pylauncher.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\py.exe
pywlauncher.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\pyw.exe
pyshellext.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
venvlauncher.c
venvlauncher.c
Creating library c:\cpython\PCbuild\arm64\instrumented\pyshellext.lib and object c:\cpython\PCbuild\arm64\instrumented\pyshellext.exp
Generating code
Finished generating code
venvlauncher.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
pyshellext.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\pyshellext.dll
Generating code
Finished generating code
_asynciomodule.c
_zoneinfo.c
venvlauncher.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\venvlauncher.exe
Creating library c:\cpython\PCbuild\arm64\instrumented\_asyncio.lib and object c:\cpython\PCbuild\arm64\instrumented\_asyncio.exp
Generating code
venvlauncher.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Finished generating code
Generating code
Finished generating code
_asyncio.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_asyncio.pyd
venvwlauncher.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\venvwlauncher.exe
Creating library c:\cpython\PCbuild\arm64\instrumented\_zoneinfo.lib and object c:\cpython\PCbuild\arm64\instrumented\_zoneinfo.exp
Generating code
_decimal.c
Finished generating code
basearith.c
constants.c
context.c
convolute.c
crt.c
difradix2.c
fnt.c
fourstep.c
io.c
mpalloc.c
mpdecimal.c
numbertheory.c
sixstep.c
transpose.c
_elementtree.c
xmlparse.c
xmlrole.c
xmltok.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_decimal.lib and object c:\cpython\PCbuild\arm64\instrumented\_decimal.exp
Generating code
Finished generating code
_decimal.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_decimal.pyd
Creating library c:\cpython\PCbuild\arm64\instrumented\_elementtree.lib and object c:\cpython\PCbuild\arm64\instrumented\_elementtree.exp
Generating code
Finished generating code
_zoneinfo.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_zoneinfo.pyd
_elementtree.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_elementtree.pyd
multiprocessing.c
semaphore.c
overlapped.c
pyexpat.c
xmlparse.c
xmlrole.c
xmltok.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_multiprocessing.lib and object c:\cpython\PCbuild\arm64\instrumented\_multiprocessing.exp
Generating code
Finished generating code
_multiprocessing.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_multiprocessing.pyd
Creating library c:\cpython\PCbuild\arm64\instrumented\_overlapped.lib and object c:\cpython\PCbuild\arm64\instrumented\_overlapped.exp
Generating code
Finished generating code
_overlapped.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_overlapped.pyd
Creating library c:\cpython\PCbuild\arm64\instrumented\pyexpat.lib and object c:\cpython\PCbuild\arm64\instrumented\pyexpat.exp
Generating code
_queuemodule.c
selectmodule.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_queue.lib and object c:\cpython\PCbuild\arm64\instrumented\_queue.exp
Generating code
Finished generating code
_queue.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_queue.pyd
Finished generating code
Creating library c:\cpython\PCbuild\arm64\instrumented\select.lib and object c:\cpython\PCbuild\arm64\instrumented\select.exp
Generating code
Finished generating code
pyexpat.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\pyexpat.pyd
select.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\select.pyd
unicodedata.c
winsound.c
_uuidmodule.c
_uuidmodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
winsound.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\winsound.lib and object c:\cpython\PCbuild\arm64\instrumented\winsound.exp
Creating library c:\cpython\PCbuild\arm64\instrumented\_uuid.lib and object c:\cpython\PCbuild\arm64\instrumented\_uuid.exp
Generating code
Generating code
Finished generating code
Finished generating code
winsound.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\winsound.pyd
_uuid.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_uuid.pyd
_wmimodule.cpp
Creating library c:\cpython\PCbuild\arm64\instrumented\unicodedata.lib and object c:\cpython\PCbuild\arm64\instrumented\unicodedata.exp
Generating code
Finished generating code
unicodedata.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\unicodedata.pyd
_bz2module.c
blocksort.c
_ctypes.c
callbacks.c
bzlib.c
compress.c
callproc.c
cfield.c
crctable.c
decompress.c
malloc_closure.c
stgdict.c
huffman.c
randtable.c
_wmimodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_wmi.lib and object c:\cpython\PCbuild\arm64\instrumented\_wmi.exp
Generating code
Finished generating code
tuklib_cpucores.c
tuklib_physmem.c
_wmi.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_wmi.pyd
check.c
crc32_fast.c
crc32_table.c
crc64_fast.c
crc64_table.c
sha256.c
alone_decoder.c
alone_encoder.c
auto_decoder.c
block_buffer_decoder.c
block_buffer_encoder.c
block_decoder.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_ctypes.lib and object c:\cpython\PCbuild\arm64\instrumented\_ctypes.exp
Generating code
block_encoder.c
block_header_decoder.c
block_header_encoder.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_bz2.lib and object c:\cpython\PCbuild\arm64\instrumented\_bz2.exp
Generating code
block_util.c
common.c
easy_buffer_encoder.c
Finished generating code
easy_decoder_memusage.c
Finished generating code
easy_encoder.c
easy_encoder_memusage.c
easy_preset.c
_bz2.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_bz2.pyd
filter_buffer_decoder.c
filter_buffer_encoder.c
_ctypes.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_ctypes.pyd
filter_common.c
filter_decoder.c
sqlite3.c
filter_encoder.c
filter_flags_decoder.c
socketmodule.c
filter_flags_encoder.c
hardware_cputhreads.c
hardware_physmem.c
index.c
index_decoder.c
index_encoder.c
index_hash.c
outqueue.c
sqlite3.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\instrumented\_socket.lib and object c:\cpython\PCbuild\arm64\instrumented\_socket.exp
Generating code
stream_buffer_decoder.c
stream_buffer_encoder.c
Creating library c:\cpython\PCbuild\arm64\instrumented\sqlite3.lib and object c:\cpython\PCbuild\arm64\instrumented\sqlite3.exp
Generating code
Finished generating code
stream_decoder.c
stream_encoder.c
stream_encoder_mt.c
stream_flags_common.c
stream_flags_decoder.c
stream_flags_encoder.c
_socket.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_socket.pyd
vli_decoder.c
vli_encoder.c
vli_size.c
delta_common.c
_ssl.c
delta_decoder.c
delta_encoder.c
fastpos_table.c
lzma2_decoder.c
lzma2_encoder.c
lzma_decoder.c
applink.c
lzma_encoder.c
lzma_encoder_optimum_fast.c
lzma_encoder_optimum_normal.c
lzma_encoder_presets.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_ssl.lib and object c:\cpython\PCbuild\arm64\instrumented\_ssl.exp
lz_decoder.c
lz_encoder.c
Generating code
lz_encoder_mf.c
price_table.c
arm.c
Finished generating code
armthumb.c
ia64.c
powerpc.c
simple_coder.c
simple_decoder.c
simple_encoder.c
_ssl.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_ssl.pyd
sparc.c
x86.c
_hashopenssl.c
_tkinter.c
tkappinit.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_hashlib.lib and object c:\cpython\PCbuild\arm64\instrumented\_hashlib.exp
Generating code
Finished generating code
_hashlib.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_hashlib.pyd
Creating library c:\cpython\PCbuild\arm64\instrumented\_tkinter.lib and object c:\cpython\PCbuild\arm64\instrumented\_tkinter.exp
Generating code
Finished generating code
_tkinter.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_tkinter.pyd
Finished generating code
sqlite3.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\sqlite3.dll
liblzma.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\liblzma.lib
connection.c
cursor.c
_lzmamodule.c
microprotocols.c
module.c
prepare_protocol.c
row.c
statement.c
util.c
blob.c
Creating library c:\cpython\PCbuild\arm64\instrumented\_lzma.lib and object c:\cpython\PCbuild\arm64\instrumented\_lzma.exp
Generating code
Finished generating code
_lzma.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_lzma.pyd
Creating library c:\cpython\PCbuild\arm64\instrumented\_sqlite3.lib and object c:\cpython\PCbuild\arm64\instrumented\_sqlite3.exp
Generating code
Finished generating code
_sqlite3.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\_sqlite3.pyd
python.c
Generating code
Finished generating code
python.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\python.exe
Wrote c:\cpython\PCbuild\arm64\instrumented\LICENSE.txt
WinMain.c
WinMain.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Finished generating code
pythonw.vcxproj -> c:\cpython\PCbuild\arm64\instrumented\pythonw.exe
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:10:33.75
Running PGInstrument|ARM64 interpreter...
Using random seed: 1447414235
0:00:00 Run 44 tests sequentially in a single process
0:00:00 [ 1/44] test_array
0:00:16 load avg: 2.23 [ 2/44] test_base64
0:00:22 load avg: 2.56 [ 3/44] test_binascii
0:00:23 load avg: 2.64 [ 4/44] test_binop
0:00:24 load avg: 2.71 [ 5/44] test_bisect
0:00:25 load avg: 2.75 [ 6/44] test_bytes
0:01:19 load avg: 4.29 [ 7/44] test_bz2 -- test_bytes passed in 53.8 sec
0:01:42 load avg: 4.70 [ 8/44] test_cmath
0:01:46 load avg: 4.89 [ 9/44] test_codecs
0:02:14 load avg: 3.96 [10/44] test_collections
0:02:30 load avg: 3.62 [11/44] test_complex
0:02:35 load avg: 3.55 [12/44] test_dataclasses
0:02:45 load avg: 4.06 [13/44] test_datetime
0:03:14 load avg: 3.12 [14/44] test_decimal
0:04:40 load avg: 1.85 [15/44] test_difflib -- test_decimal passed in 1 min 25 sec
0:05:00 load avg: 1.78 [16/44] test_embed
0:07:12 load avg: 2.32 [17/44] test_float -- test_embed passed in 2 min 11 sec
0:07:16 load avg: 2.17 [18/44] test_fstring
0:07:37 load avg: 2.11 [19/44] test_functools
0:07:42 load avg: 1.94 [20/44] test_generators
0:07:47 load avg: 1.80 [21/44] test_hashlib
0:07:53 load avg: 1.63 [22/44] test_heapq
0:08:04 load avg: 1.36 [23/44] test_int
0:08:10 load avg: 1.25 [24/44] test_itertools
0:09:19 load avg: 0.77 [25/44] test_json -- test_itertools passed in 1 min 9 sec
0:10:24 load avg: 0.63 [26/44] test_long -- test_json passed in 1 min 4 sec
0:11:07 load avg: 4.07 [27/44] test_lzma -- test_long passed in 43.0 sec
0:11:10 load avg: 4.41 [28/44] test_math
0:11:58 load avg: 2.18 [29/44] test_memoryview -- test_math passed in 48.4 sec
0:12:04 load avg: 1.97 [30/44] test_operator
0:12:05 load avg: 1.94 [31/44] test_ordered_dict
0:12:18 load avg: 1.62 [32/44] test_patma
0:12:21 load avg: 1.54 [33/44] test_pickle
0:14:08 load avg: 0.61 [34/44] test_pprint -- test_pickle passed in 1 min 46 sec
0:14:11 load avg: 0.58 [35/44] test_re
0:14:29 load avg: 0.49 [36/44] test_set
0:16:00 load avg: 0.41 [37/44] test_sqlite3 -- test_set passed in 1 min 31 sec
0:16:09 load avg: 0.42 [38/44] test_statistics
0:18:31 load avg: 0.45 [39/44] test_str -- test_statistics passed in 2 min 21 sec
0:19:00 load avg: 0.60 [40/44] test_struct
0:19:11 load avg: 0.50 [41/44] test_tabnanny
0:19:18 load avg: 0.52 [42/44] test_time
0:19:24 load avg: 0.61 [43/44] test_xml_etree
0:19:33 load avg: 0.64 [44/44] test_xml_etree_c
Total duration: 19 min 44 sec
Total tests: run=9,400 skipped=277
Total test files: run=44/44
Result: SUCCESS
c:\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "c:\cpython\PCbuild\\pythoncore.vcxproj" /t:KillPython /nologo /v:m /clp:summary /p:Configuration=PGInstrument /p:Platform=ARM64 /p:KillPython=true
Killing any running python.exe instances...
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.79
c:\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "c:\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=PGUpdate /p:Platform=ARM64 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2=
_freeze_module.c
config_minimal.c
atexitmodule.c
faulthandler.c
gcmodule.c
getbuildinfo.c
getpath_noop.c
posixmodule.c
signalmodule.c
timemodule.c
_tracemalloc.c
_iomodule.c
bufferedio.c
bytesio.c
fileio.c
iobase.c
stringio.c
textio.c
winconsoleio.c
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
iterobject.c
listobject.c
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
typevarobject.c
unicodectype.c
unicodeobject.c
unionobject.c
weakrefobject.c
myreadline.c
parser.c
peg_api.c
pegen.c
pegen_errors.c
action_helpers.c
string_parser.c
token.c
buffer.c
state.c
lexer.c
string_tokenizer.c
file_tokenizer.c
utf8_tokenizer.c
readline_tokenizer.c
helpers.c
invalid_parameter_handler.c
msvcrtmodule.c
winreg.c
_warnings.c
asdl.c
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
brc.c
bootstrap_hash.c
ceval.c
codecs.c
compile.c
context.c
critical_section.c
crossinterp.c
dtoa.c
dynamic_annotations.c
dynload_win.c
errors.c
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c
future.c
gc.c
gc_gil.c
gc_free_threading.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
ceval_gil.c
hamt.c
hashtable.c
import.c
importdl.c
initconfig.c
instruction_sequence.c
interpconfig.c
intrinsics.c
instrumentation.c
jit.c
legacy_tracing.c
lock.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
optimizer.c
optimizer_analysis.c
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_trampoline.c
perf_jit_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
Python-tokenize.c
pytime.c
qsbr.c
specialize.c
structmember.c
suggestions.c
symtable.c
thread.c
traceback.c
tracemalloc.c
sysmodule.c
_freeze_module.vcxproj -> c:\cpython\PCbuild\win32\_freeze_module.exe
Killing any running python.exe instances...
Generated sources are up to date
Getting build info from "C:\Program Files\Git\cmd\git.exe"
Building tags/v3.13.2:4f8bb3947cf tags/v3.13.2^0
getpath.c
_abc.c
_bisectmodule.c
blake2module.c
blake2b_impl.c
blake2s_impl.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_csv.c
_functoolsmodule.c
Hacl_Hash_MD5.c
Hacl_Hash_SHA1.c
Hacl_Hash_SHA2.c
Hacl_Hash_SHA3.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_pickle.c
_randommodule.c
sre.c
_stat.c
_struct.c
_suggestions.c
_weakref.c
arraymodule.c
atexitmodule.c
cmathmodule.c
_datetimemodule.c
errnomodule.c
faulthandler.c
gcmodule.c
itertoolsmodule.c
main.c
mathmodule.c
md5module.c
mmapmodule.c
_opcode.c
_operator.c
posixmodule.c
rotatingtree.c
sha1module.c
sha2module.c
sha3module.c
signalmodule.c
_statisticsmodule.c
symtablemodule.c
_sysconfig.c
_threadmodule.c
_tracemalloc.c
_typingmodule.c
timemodule.c
xxsubtype.c
_interpretersmodule.c
_interpchannelsmodule.c
_interpqueuesmodule.c
fileio.c
bytesio.c
stringio.c
bufferedio.c
iobase.c
textio.c
winconsoleio.c
_iomodule.c
_codecs_cn.c
_codecs_hk.c
_codecs_iso2022.c
_codecs_jp.c
_codecs_kr.c
_codecs_tw.c
multibytecodec.c
_winapi.c
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
iterobject.c
listobject.c
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
typevarobject.c
unicodectype.c
unicodeobject.c
unionobject.c
weakrefobject.c
myreadline.c
state.c
lexer.c
buffer.c
string_tokenizer.c
file_tokenizer.c
utf8_tokenizer.c
readline_tokenizer.c
helpers.c
token.c
pegen.c
pegen_errors.c
action_helpers.c
parser.c
string_parser.c
peg_api.c
invalid_parameter_handler.c
winreg.c
config.c
msvcrtmodule.c
pyhash.c
_warnings.c
asdl.c
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
brc.c
ceval.c
codecs.c
compile.c
context.c
critical_section.c
crossinterp.c
dynamic_annotations.c
dynload_win.c
errors.c
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c
future.c
gc.c
gc_free_threading.c
gc_gil.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
ceval_gil.c
hamt.c
hashtable.c
import.c
importdl.c
initconfig.c
interpconfig.c
intrinsics.c
instruction_sequence.c
instrumentation.c
jit.c
legacy_tracing.c
lock.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
optimizer.c
optimizer_analysis.c
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_trampoline.c
perf_jit_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pylifecycle.c
pymath.c
pytime.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
qsbr.c
dtoa.c
Python-ast.c
Python-tokenize.c
pythonrun.c
specialize.c
suggestions.c
structmember.c
symtable.c
thread.c
traceback.c
tracemalloc.c
zlibmodule.c
adler32.c
compress.c
crc32.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c
dl_nt.c
binascii.c
getbuildinfo.c
frozen.c
sysmodule.c
deflate.c
Merging c:\cpython\PCbuild\arm64\python313!1.pgc
c:\cpython\PCbuild\arm64\python313!1.pgc: Used 26.6% (16540448 / 62279680) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\python313.pgd
Creating library c:\cpython\PCbuild\arm64\python313.lib and object c:\cpython\PCbuild\arm64\python313.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
278 of 15722 ( 1.77%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
31703 of 80775 inline instances were from dead/cold paths
15718 of 15722 functions (100.0%) were optimized using profile data, and the rest of the functions were optimized without using profile data
241888481066 of 241888481066 instructions (100.0%) were optimized using profile data, and the rest of the instructions were optimized without using profile data
Finished generating code
pythoncore.vcxproj -> c:\cpython\PCbuild\arm64\python313.dll
_ctypes_test.c
_ctypes_test.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_ctypes_test.lib and object c:\cpython\PCbuild\arm64\_ctypes_test.exp
Generating code
Finished generating code
_ctypes_test.vcxproj -> c:\cpython\PCbuild\arm64\_ctypes_test.pyd
_testbuffer.c
_testbuffer.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testbuffer.lib and object c:\cpython\PCbuild\arm64\_testbuffer.exp
Generating code
Finished generating code
_testbuffer.vcxproj -> c:\cpython\PCbuild\arm64\_testbuffer.pyd
python3dll.c
python3dll.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\python3.lib and object c:\cpython\PCbuild\arm64\python3.exp
Generating code
Finished generating code
python3dll.vcxproj -> c:\cpython\PCbuild\arm64\python3.dll
_testcapimodule.c
getargs.c
vectorcall.c
heaptype.c
abstract.c
bytes.c
unicode.c
dict.c
set.c
list.c
tuple.c
datetime.c
docstring.c
mem.c
watchers.c
float.c
complex.c
long.c
numbers.c
structmember.c
exceptions.c
code.c
buffer.c
pyatomic.c
file.c
codec.c
hash.c
time.c
object.c
immortal.c
gc.c
run.c
monitoring.c
_testcapimodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testcapi.lib and object c:\cpython\PCbuild\arm64\_testcapi.exp
Generating code
Finished generating code
_testcapi.vcxproj -> c:\cpython\PCbuild\arm64\_testcapi.pyd
_testlimitedcapi.c
abstract.c
bytearray.c
bytes.c
complex.c
dict.c
eval.c
float.c
heaptype_relative.c
import.c
list.c
long.c
object.c
pyos.c
set.c
sys.c
tuple.c
unicode.c
vectorcall_limited.c
file.c
_testlimitedcapi.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testlimitedcapi.lib and object c:\cpython\PCbuild\arm64\_testlimitedcapi.exp
Generating code
Finished generating code
_testlimitedcapi.vcxproj -> c:\cpython\PCbuild\arm64\_testlimitedcapi.pyd
_testinternalcapi.c
pytime.c
test_critical_sections.c
test_lock.c
set.c
_testinternalcapi.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testinternalcapi.lib and object c:\cpython\PCbuild\arm64\_testinternalcapi.exp
Generating code
Finished generating code
_testinternalcapi.vcxproj -> c:\cpython\PCbuild\arm64\_testinternalcapi.pyd
_testembed.c
_testembed.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Finished generating code
_testembed.vcxproj -> c:\cpython\PCbuild\arm64\_testembed.exe
_testimportmultiple.c
_testimportmultiple.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testimportmultiple.lib and object c:\cpython\PCbuild\arm64\_testimportmultiple.exp
Generating code
Finished generating code
_testimportmultiple.vcxproj -> c:\cpython\PCbuild\arm64\_testimportmultiple.pyd
_testmultiphase.c
_testmultiphase.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testmultiphase.lib and object c:\cpython\PCbuild\arm64\_testmultiphase.exp
Generating code
Finished generating code
_testmultiphase.vcxproj -> c:\cpython\PCbuild\arm64\_testmultiphase.pyd
_testsinglephase.c
_testsinglephase.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testsinglephase.lib and object c:\cpython\PCbuild\arm64\_testsinglephase.exp
Generating code
Finished generating code
_testsinglephase.vcxproj -> c:\cpython\PCbuild\arm64\_testsinglephase.pyd
_testconsole.c
_testconsole.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testconsole.lib and object c:\cpython\PCbuild\arm64\_testconsole.exp
Generating code
Finished generating code
_testconsole.vcxproj -> c:\cpython\PCbuild\arm64\_testconsole.pyd
_testclinic.c
_testclinic.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_testclinic.lib and object c:\cpython\PCbuild\arm64\_testclinic.exp
Generating code
Finished generating code
_testclinic.vcxproj -> c:\cpython\PCbuild\arm64\_testclinic.pyd
_testclinic_limited.c
PGOMGR : warning PG0188: No .PGC files matching 'c:\cpython\PCbuild\arm64\_testclinic_limited!*.pgc' were found. [c:\cpython\PCbuild\_testclinic_limited.vcxproj]
Reading PGD file 1: c:\cpython\PCbuild\arm64\_testclinic_limited.pgd
c:\cpython\PCbuild\arm64\_testclinic_limited.pgd : warning C4961: No profile data was merged into 'c:\cpython\PCbuild\arm64\_testclinic_limited.pgd', profile-guided optimizations disabled [c:\cpython\PCbuild\_testclinic_limited.vcxproj]
Creating library c:\cpython\PCbuild\arm64\_testclinic_limited.lib and object c:\cpython\PCbuild\arm64\_testclinic_limited.exp
Generating code
Finished generating code
_testclinic_limited.vcxproj -> c:\cpython\PCbuild\arm64\_testclinic_limited.pyd
launcher2.c
pyshellext.cpp
launcher2.c
launcher2.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
venvlauncher.c
Finished generating code
pylauncher.vcxproj -> c:\cpython\PCbuild\arm64\py.exe
pyshellext.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
launcher2.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\pyshellext.lib and object c:\cpython\PCbuild\arm64\pyshellext.exp
Generating code
Generating code
Finished generating code
pyshellext.vcxproj -> c:\cpython\PCbuild\arm64\pyshellext.dll
Finished generating code
venvlauncher.c
_asynciomodule.c
Merging c:\cpython\PCbuild\arm64\_asyncio!1.pgc
c:\cpython\PCbuild\arm64\_asyncio!1.pgc: Used 3.4% (32864 / 970752) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_asyncio.pgd
pywlauncher.vcxproj -> c:\cpython\PCbuild\arm64\pyw.exe
Creating library c:\cpython\PCbuild\arm64\_asyncio.lib and object c:\cpython\PCbuild\arm64\_asyncio.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
182 of 182 (100.00%) profiled functions will be compiled for speed
venvlauncher.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
464 of 713 inline instances were from dead/cold paths
182 of 182 functions (100.0%) were optimized using profile data
159262 of 159262 instructions (100.0%) were optimized using profile data
Finished generating code
Finished generating code
_asyncio.vcxproj -> c:\cpython\PCbuild\arm64\_asyncio.pyd
venvlauncher.vcxproj -> c:\cpython\PCbuild\arm64\venvlauncher.exe
venvlauncher.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Finished generating code
venvwlauncher.vcxproj -> c:\cpython\PCbuild\arm64\venvwlauncher.exe
_zoneinfo.c
_decimal.c
basearith.c
constants.c
context.c
convolute.c
_elementtree.c
crt.c
xmlparse.c
difradix2.c
fnt.c
fourstep.c
io.c
xmlrole.c
mpalloc.c
mpdecimal.c
xmltok.c
numbertheory.c
sixstep.c
transpose.c
Merging c:\cpython\PCbuild\arm64\_zoneinfo!1.pgc
c:\cpython\PCbuild\arm64\_zoneinfo!1.pgc: Used 5.5% (26280 / 479232) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_zoneinfo.pgd
Creating library c:\cpython\PCbuild\arm64\_zoneinfo.lib and object c:\cpython\PCbuild\arm64\_zoneinfo.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
85 of 85 (100.00%) profiled functions will be compiled for speed
Merging c:\cpython\PCbuild\arm64\_decimal!1.pgc
c:\cpython\PCbuild\arm64\_decimal!1.pgc: Used 26.1% (980616 / 3756032) of total space reserved. 0.0% of the counts were dropped due to overflow.
202 of 292 inline instances were from dead/cold paths
85 of 85 functions (100.0%) were optimized using profile data
3336 of 3336 instructions (100.0%) were optimized using profile data
Finished generating code
Reading PGD file 1: c:\cpython\PCbuild\arm64\_decimal.pgd
Creating library c:\cpython\PCbuild\arm64\_decimal.lib and object c:\cpython\PCbuild\arm64\_decimal.exp
Generating code
_zoneinfo.vcxproj -> c:\cpython\PCbuild\arm64\_zoneinfo.pyd
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
59 of 753 ( 7.84%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
multiprocessing.c
semaphore.c
overlapped.c
2604 of 3570 inline instances were from dead/cold paths
753 of 753 functions (100.0%) were optimized using profile data
5706055696 of 5706055696 instructions (100.0%) were optimized using profile data
Merging c:\cpython\PCbuild\arm64\_multiprocessing!1.pgc
c:\cpython\PCbuild\arm64\_multiprocessing!1.pgc: Used 9.9% (21480 / 217088) of total space reserved. 0.0% of the counts were dropped due to overflow.
Finished generating code
Reading PGD file 1: c:\cpython\PCbuild\arm64\_multiprocessing.pgd
Creating library c:\cpython\PCbuild\arm64\_multiprocessing.lib and object c:\cpython\PCbuild\arm64\_multiprocessing.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
49 of 49 (100.00%) profiled functions will be compiled for speed
23 of 41 inline instances were from dead/cold paths
49 of 49 functions (100.0%) were optimized using profile data
76 of 76 instructions (100.0%) were optimized using profile data
Finished generating code
_decimal.vcxproj -> c:\cpython\PCbuild\arm64\_decimal.pyd
_multiprocessing.vcxproj -> c:\cpython\PCbuild\arm64\_multiprocessing.pyd
Merging c:\cpython\PCbuild\arm64\_elementtree!1.pgc
c:\cpython\PCbuild\arm64\_elementtree!1.pgc: Used 1.7% (118216 / 6795264) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_elementtree.pgd
Merging c:\cpython\PCbuild\arm64\_overlapped!1.pgc
c:\cpython\PCbuild\arm64\_overlapped!1.pgc: Used 4.4% (25608 / 577536) of total space reserved. 0.0% of the counts were dropped due to overflow.
Creating library c:\cpython\PCbuild\arm64\_elementtree.lib and object c:\cpython\PCbuild\arm64\_elementtree.exp
Reading PGD file 1: c:\cpython\PCbuild\arm64\_overlapped.pgd
Generating code
Creating library c:\cpython\PCbuild\arm64\_overlapped.lib and object c:\cpython\PCbuild\arm64\_overlapped.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
90 of 90 (100.00%) profiled functions will be compiled for speed
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
17 of 444 ( 3.83%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
34 of 67 inline instances were from dead/cold paths
90 of 90 functions (100.0%) were optimized using profile data
810 of 810 instructions (100.0%) were optimized using profile data
Finished generating code
_overlapped.vcxproj -> c:\cpython\PCbuild\arm64\_overlapped.pyd
pyexpat.c
xmlparse.c
xmlrole.c
xmltok.c
_queuemodule.c
697 of 1140 inline instances were from dead/cold paths
443 of 444 functions (99.8%) were optimized using profile data, and the rest of the functions were optimized without using profile data
108823891 of 108823891 instructions (100.0%) were optimized using profile data
Finished generating code
_elementtree.vcxproj -> c:\cpython\PCbuild\arm64\_elementtree.pyd
selectmodule.c
unicodedata.c
Merging c:\cpython\PCbuild\arm64\pyexpat!1.pgc
c:\cpython\PCbuild\arm64\pyexpat!1.pgc: Used 1.8% (116552 / 6475776) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\pyexpat.pgd
Creating library c:\cpython\PCbuild\arm64\pyexpat.lib and object c:\cpython\PCbuild\arm64\pyexpat.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
68 of 463 ( 14.69%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
Merging c:\cpython\PCbuild\arm64\select!1.pgc
c:\cpython\PCbuild\arm64\select!1.pgc: Used 13.8% (20968 / 151552) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\select.pgd
Creating library c:\cpython\PCbuild\arm64\select.lib and object c:\cpython\PCbuild\arm64\select.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
20 of 20 (100.00%) profiled functions will be compiled for speed
28 of 43 inline instances were from dead/cold paths
20 of 20 functions (100.0%) were optimized using profile data
28426 of 28426 instructions (100.0%) were optimized using profile data
Finished generating code
select.vcxproj -> c:\cpython\PCbuild\arm64\select.pyd
Merging c:\cpython\PCbuild\arm64\unicodedata!1.pgc
c:\cpython\PCbuild\arm64\unicodedata!1.pgc: Used 7.6% (27792 / 364544) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\unicodedata.pgd
Creating library c:\cpython\PCbuild\arm64\unicodedata.lib and object c:\cpython\PCbuild\arm64\unicodedata.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
77 of 77 (100.00%) profiled functions will be compiled for speed
52 of 269 inline instances were from dead/cold paths
77 of 77 functions (100.0%) were optimized using profile data
2140987 of 2140987 instructions (100.0%) were optimized using profile data
Finished generating code
247 of 562 inline instances were from dead/cold paths
462 of 463 functions (99.8%) were optimized using profile data, and the rest of the functions were optimized without using profile data
17881713 of 17881713 instructions (100.0%) were optimized using profile data, and the rest of the instructions were optimized without using profile data
unicodedata.vcxproj -> c:\cpython\PCbuild\arm64\unicodedata.pyd
Finished generating code
winsound.c
_uuidmodule.c
pyexpat.vcxproj -> c:\cpython\PCbuild\arm64\pyexpat.pyd
Merging c:\cpython\PCbuild\arm64\_queue!1.pgc
c:\cpython\PCbuild\arm64\_queue!1.pgc: Used 8.9% (21984 / 245760) of total space reserved. 0.0% of the counts were dropped due to overflow.
Merging c:\cpython\PCbuild\arm64\_queue!2.pgc
c:\cpython\PCbuild\arm64\_queue!2.pgc: Used 8.7% (21304 / 245760) of total space reserved. 0.0% of the counts were dropped due to overflow.
winsound.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Reading PGD file 1: c:\cpython\PCbuild\arm64\_queue.pgd
Creating library c:\cpython\PCbuild\arm64\_queue.lib and object c:\cpython\PCbuild\arm64\_queue.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
Creating library c:\cpython\PCbuild\arm64\winsound.lib and object c:\cpython\PCbuild\arm64\winsound.exp
0 new call sites were added.
41 of 41 (100.00%) profiled functions will be compiled for speed
Generating code
27 of 52 inline instances were from dead/cold paths
41 of 41 functions (100.0%) were optimized using profile data
10317 of 10317 instructions (100.0%) were optimized using profile data
Finished generating code
Finished generating code
winsound.vcxproj -> c:\cpython\PCbuild\arm64\winsound.pyd
_queue.vcxproj -> c:\cpython\PCbuild\arm64\_queue.pyd
_wmimodule.cpp
_uuidmodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library c:\cpython\PCbuild\arm64\_uuid.lib and object c:\cpython\PCbuild\arm64\_uuid.exp
_ctypes.c
Generating code
callbacks.c
Finished generating code
callproc.c
cfield.c
_uuid.vcxproj -> c:\cpython\PCbuild\arm64\_uuid.pyd
malloc_closure.c
stgdict.c
_bz2module.c
blocksort.c
bzlib.c
compress.c
crctable.c
decompress.c
_wmimodule.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
tuklib_cpucores.c
tuklib_physmem.c
Creating library c:\cpython\PCbuild\arm64\_wmi.lib and object c:\cpython\PCbuild\arm64\_wmi.exp
Generating code
huffman.c
randtable.c
check.c
crc32_fast.c
Finished generating code
crc32_table.c
crc64_fast.c
crc64_table.c
sha256.c
_wmi.vcxproj -> c:\cpython\PCbuild\arm64\_wmi.pyd
alone_decoder.c
sqlite3.c
alone_encoder.c
auto_decoder.c
block_buffer_decoder.c
block_buffer_encoder.c
block_decoder.c
block_encoder.c
block_header_decoder.c
block_header_encoder.c
Merging c:\cpython\PCbuild\arm64\_ctypes!1.pgc
block_util.c
c:\cpython\PCbuild\arm64\_ctypes!1.pgc: Used 3.1% (72664 / 2310144) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_ctypes.pgd
common.c
Creating library c:\cpython\PCbuild\arm64\_ctypes.lib and object c:\cpython\PCbuild\arm64\_ctypes.exp
easy_buffer_encoder.c
Generating code
easy_decoder_memusage.c
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
32 of 429 ( 7.46%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
easy_encoder.c
easy_encoder_memusage.c
sqlite3.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
easy_preset.c
filter_buffer_decoder.c
filter_buffer_encoder.c
Creating library c:\cpython\PCbuild\arm64\sqlite3.lib and object c:\cpython\PCbuild\arm64\sqlite3.exp
Generating code
filter_common.c
filter_decoder.c
filter_encoder.c
filter_flags_decoder.c
886 of 1700 inline instances were from dead/cold paths
429 of 429 functions (100.0%) were optimized using profile data
8646025 of 8646025 instructions (100.0%) were optimized using profile data
Finished generating code
filter_flags_encoder.c
hardware_cputhreads.c
hardware_physmem.c
index.c
index_decoder.c
_ctypes.vcxproj -> c:\cpython\PCbuild\arm64\_ctypes.pyd
index_encoder.c
index_hash.c
outqueue.c
stream_buffer_decoder.c
stream_buffer_encoder.c
stream_decoder.c
stream_encoder.c
stream_encoder_mt.c
stream_flags_common.c
Merging c:\cpython\PCbuild\arm64\_bz2!1.pgc
stream_flags_decoder.c
stream_flags_encoder.c
c:\cpython\PCbuild\arm64\_bz2!1.pgc: Used 5.7% (44968 / 790528) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_bz2.pgd
vli_decoder.c
Creating library c:\cpython\PCbuild\arm64\_bz2.lib and object c:\cpython\PCbuild\arm64\_bz2.exp
Generating code
vli_encoder.c
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
14 of 94 ( 14.89%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
vli_size.c
delta_common.c
delta_decoder.c
delta_encoder.c
fastpos_table.c
lzma2_decoder.c
lzma2_encoder.c
lzma_decoder.c
lzma_encoder.c
lzma_encoder_optimum_fast.c
lzma_encoder_optimum_normal.c
lzma_encoder_presets.c
lz_decoder.c
lz_encoder.c
72 of 168 inline instances were from dead/cold paths
94 of 94 functions (100.0%) were optimized using profile data
4590118952 of 4590118952 instructions (100.0%) were optimized using profile data
Finished generating code
lz_encoder_mf.c
price_table.c
arm.c
armthumb.c
ia64.c
_bz2.vcxproj -> c:\cpython\PCbuild\arm64\_bz2.pyd
powerpc.c
simple_coder.c
simple_decoder.c
simple_encoder.c
sparc.c
x86.c
socketmodule.c
_hashopenssl.c
Merging c:\cpython\PCbuild\arm64\_socket!1.pgc
c:\cpython\PCbuild\arm64\_socket!1.pgc: Used 4.0% (33936 / 847872) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_socket.pgd
Creating library c:\cpython\PCbuild\arm64\_socket.lib and object c:\cpython\PCbuild\arm64\_socket.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
7 of 135 ( 5.19%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
113 of 248 inline instances were from dead/cold paths
134 of 135 functions (99.3%) were optimized using profile data, and the rest of the functions were optimized without using profile data
84706 of 84706 instructions (100.0%) were optimized using profile data
Finished generating code
_socket.vcxproj -> c:\cpython\PCbuild\arm64\_socket.pyd
Merging c:\cpython\PCbuild\arm64\_hashlib!1.pgc
c:\cpython\PCbuild\arm64\_hashlib!1.pgc: Used 9.2% (40552 / 442368) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_hashlib.pgd
Creating library c:\cpython\PCbuild\arm64\_hashlib.lib and object c:\cpython\PCbuild\arm64\_hashlib.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
115 of 115 (100.00%) profiled functions will be compiled for speed
63 of 182 inline instances were from dead/cold paths
115 of 115 functions (100.0%) were optimized using profile data
1767419 of 1767419 instructions (100.0%) were optimized using profile data
Finished generating code
_hashlib.vcxproj -> c:\cpython\PCbuild\arm64\_hashlib.pyd
_ssl.c
_tkinter.c
tkappinit.c
applink.c
Merging c:\cpython\PCbuild\arm64\_tkinter!1.pgc
c:\cpython\PCbuild\arm64\_tkinter!1.pgc: Used 5.0% (30456 / 614400) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_tkinter.pgd
Creating library c:\cpython\PCbuild\arm64\_tkinter.lib and object c:\cpython\PCbuild\arm64\_tkinter.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
1 of 133 ( 0.75%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
153 of 337 inline instances were from dead/cold paths
133 of 133 functions (100.0%) were optimized using profile data
313 of 313 instructions (100.0%) were optimized using profile data
Finished generating code
_tkinter.vcxproj -> c:\cpython\PCbuild\arm64\_tkinter.pyd
Merging c:\cpython\PCbuild\arm64\_ssl!1.pgc
c:\cpython\PCbuild\arm64\_ssl!1.pgc: Used 3.1% (44568 / 1417216) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_ssl.pgd
Creating library c:\cpython\PCbuild\arm64\_ssl.lib and object c:\cpython\PCbuild\arm64\_ssl.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
10 of 295 ( 3.39%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
516 of 812 inline instances were from dead/cold paths
295 of 295 functions (100.0%) were optimized using profile data
651940 of 651940 instructions (100.0%) were optimized using profile data
Finished generating code
_ssl.vcxproj -> c:\cpython\PCbuild\arm64\_ssl.pyd
Finished generating code
sqlite3.vcxproj -> c:\cpython\PCbuild\arm64\sqlite3.dll
liblzma.vcxproj -> c:\cpython\PCbuild\arm64\liblzma.lib
connection.c
cursor.c
_lzmamodule.c
microprotocols.c
module.c
prepare_protocol.c
row.c
statement.c
util.c
blob.c
Merging c:\cpython\PCbuild\arm64\_lzma!1.pgc
c:\cpython\PCbuild\arm64\_lzma!1.pgc: Used 5.5% (91528 / 1654784) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_lzma.pgd
Creating library c:\cpython\PCbuild\arm64\_lzma.lib and object c:\cpython\PCbuild\arm64\_lzma.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
28 of 415 ( 6.75%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
165 of 827 inline instances were from dead/cold paths
415 of 415 functions (100.0%) were optimized using profile data
684600957 of 684600957 instructions (100.0%) were optimized using profile data
Finished generating code
_lzma.vcxproj -> c:\cpython\PCbuild\arm64\_lzma.pyd
Merging c:\cpython\PCbuild\arm64\_sqlite3!1.pgc
c:\cpython\PCbuild\arm64\_sqlite3!1.pgc: Used 6.7% (100064 / 1495040) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\_sqlite3.pgd
Creating library c:\cpython\PCbuild\arm64\_sqlite3.lib and object c:\cpython\PCbuild\arm64\_sqlite3.exp
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
67 of 323 ( 20.74%) profiled functions will be compiled for speed, and the rest of the functions will be compiled for size
524 of 1001 inline instances were from dead/cold paths
323 of 323 functions (100.0%) were optimized using profile data
2840322 of 2840322 instructions (100.0%) were optimized using profile data
Finished generating code
_sqlite3.vcxproj -> c:\cpython\PCbuild\arm64\_sqlite3.pyd
python.c
Merging c:\cpython\PCbuild\arm64\python!1.pgc
c:\cpython\PCbuild\arm64\python!1.pgc: Used 8.9% (19744 / 221184) of total space reserved. 0.0% of the counts were dropped due to overflow.
Reading PGD file 1: c:\cpython\PCbuild\arm64\python.pgd
Generating code
0 of 0 ( 0.0%) original invalid call sites were matched.
0 new call sites were added.
1 of 1 (100.00%) profiled functions will be compiled for speed
0 of 0 inline instances were from dead/cold paths
1 of 1 functions (100.0%) were optimized using profile data
126 of 126 instructions (100.0%) were optimized using profile data
Finished generating code
python.vcxproj -> c:\cpython\PCbuild\arm64\python.exe
Wrote c:\cpython\PCbuild\arm64\LICENSE.txt
WinMain.c
WinMain.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Generating code
Finished generating code
pythonw.vcxproj -> c:\cpython\PCbuild\arm64\pythonw.exe
Build succeeded.
PGOMGR : warning PG0188: No .PGC files matching 'c:\cpython\PCbuild\arm64\_testclinic_limited!*.pgc' were found. [c:\cpython\PCbuild\_testclinic_limited.vcxproj]
c:\cpython\PCbuild\arm64\_testclinic_limited.pgd : warning C4961: No profile data was merged into 'c:\cpython\PCbuild\arm64\_testclinic_limited.pgd', profile-guided optimizations disabled [c:\cpython\PCbuild\_testclinic_limited.vcxproj]
2 Warning(s)
0 Error(s)
Time Elapsed 00:12:37.66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment