Issue 20432: Argument Clinic: when cloning functions with path_t, path_t retains the old name (original) (raw)

Issue20432

Created on 2014-01-29 05:26 by larry, last changed 2022-04-11 14:57 by admin.

Messages (1)
msg209615 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-29 05:26
If you have: module.f1 path: path_t ... module.f2 = module.f1 Then the initializer for "path" in module_f2 will supply "f1" as the function name for error messages.
History
Date User Action Args
2022-04-11 14:57:57 admin set github: 64631
2015-02-25 15:25:49 serhiy.storchaka set components: + Argument Clinic
2014-01-29 05:26:03 larry create