mirror of https://github.com/python/cpython
Browse Source
When a single .c file contains several functions and/or methods with the same name, a safety _METHODDEF #define statement is generated only for one of them. This fixes the bug by using the full name of the function to avoid duplicates rather than just the name.pull/4250/head
committed by
Serhiy Storchaka
4 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue