bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
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.
T
Tal Einat committed
4f57409a2f7bdf8fb559cddc7c6533ca2c471c67
Parent: 700d2e4
Committed by Serhiy Storchaka <storchaka@gmail.com>
on 11/3/2017, 9:09:00 AM