Closed
Description
Linking libpython 3.13 from object files in cpython-3.13.0+20241016-x86_64_v2-unknown-linux-gnu-pgo-full.tar.zst
fails because of undefined _PyToken_Init
, _PyTokenizer_FromFile
, _PyTokenizer_Get
, etc symbols.
Upon closer inspection, it looks like object files related to Parser/lexer
and Parser/tokenizer
are missing from python/build/Parser
?