-
-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
bugSomething isn't workingSomething isn't working
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
?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working