Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include undefined symbols in symbol index (#629)
Don't count undefined symbols in the index of symbols that py-spy builds. This can causes e.g. py-spy to misattribute an undefined ref to `_PyRuntime` in some location other than `libpython.so` as the definition.
- Loading branch information