Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object files missing? #378

Open
vadimcn opened this issue Oct 22, 2024 · 1 comment
Open

Object files missing? #378

vadimcn opened this issue Oct 22, 2024 · 1 comment

Comments

@vadimcn
Copy link

vadimcn commented Oct 22, 2024

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?

@indygreg
Copy link
Owner

Seems like a valid issue.

Ideally the fix to this involves extending the Rust validation code to ensure all symbols from libpython can be found in shipped object files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants