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

Fix failing to load large line number tables #166

Merged
merged 2 commits into from
Sep 23, 2019
Merged

Fix failing to load large line number tables #166

merged 2 commits into from
Sep 23, 2019

Conversation

benfred
Copy link
Owner

@benfred benfred commented Sep 22, 2019

If a function or module scope had more than 4k lines, we would fail to load the line number table. #164 . Fix by increasing the limit, and just logging a warning and skipping the line number if we're over this.

Also fix some compiler warnings on linux, and allow for better cython name demangling with fused functions.

If a function or module scope had more than 4k lines, we would fail to load
the line number table. #164 . Fix by
increasing the limit, and just logging a warning and skipping the line number
if we're over this.
Fix some compiler warnings on linux, and allow for better cython
name demangling with fused functions.
@benfred benfred merged commit a0d9aa4 into master Sep 23, 2019
@benfred benfred deleted the fixes branch September 23, 2019 02:44
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

Successfully merging this pull request may close these issues.

1 participant