Skip to content

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