astral-sh/python-build-standalone

Update validation to check that all symbols are available in object files

Open

#459 opened on Dec 30, 2024

 (0 comments) (0 reactions) (0 assignees)Python (293 forks)github user discovery
help wanted

Repository metrics

Stars
 (4,135 stars)
PR merge metrics
 (Avg merge 6d 14h) (12 merged PRs in 30d)

Description

As described in https://github.com/astral-sh/python-build-standalone/issues/378

It'd be nice to prevent this class of bug by asserting that all libpython symbols are available in the distribution object files.

Contributor guide