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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to