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

accept dot in valid charset for name #346

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

nbourdau
Copy link

Optimization may introduce name with .part.NUM or .constprop.NUM. Hence name containing dot must not be rejected.

This is the same pull request #270 but rebased on current master

When building with optimization flag enable, it is possible to generate
symbol names such as 'PyErr_CheckSignals.part.0' which contain a dot.
Simply add '.' to the allowed_function_name list.
@erocarrera erocarrera merged commit 554eaff into erocarrera:master Jun 7, 2022
erocarrera added a commit that referenced this pull request Jun 7, 2022
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.

3 participants