This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry
Date 2014-01-29.05:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390973163.52.0.0655010569883.issue20432@psf.upfronthosting.co.za>
In-reply-to
Content
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
2014-01-29 05:26:03larrysetrecipients: + larry
2014-01-29 05:26:03larrysetmessageid: <1390973163.52.0.0655010569883.issue20432@psf.upfronthosting.co.za>
2014-01-29 05:26:03larrylinkissue20432 messages
2014-01-29 05:26:03larrycreate