[issue20432] Argument Clinic: when cloning functions with path_t, path_t retains the old name

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- components: +Argument Clinic ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20432 ___ ___

[issue20432] Argument Clinic: when cloning functions with path_t, path_t retains the old name

2014-01-28 Thread Larry Hastings
New submission from Larry Hastings: 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. -- assignee: larry messages: 209615 nosy: larry priority: normal