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

Larry Hastings report at bugs.python.org
Wed Jan 29 06:26:03 CET 2014


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
severity: normal
stage: needs patch
status: open
title: Argument Clinic: when cloning functions with path_t, path_t retains the old name
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20432>
_______________________________________


More information about the New-bugs-announce mailing list