mirror of
https://github.com/python/cpython.git
synced 2026-01-18 13:19:59 +00:00
When a single .c file contains several functions and/or methods with
the same name, a safety _METHODDEF GH-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..
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| clinic.py | ||
| clinic_test.py | ||
| cpp.py | ||