Issue2086

classification
Title: classmethod object has no attribute __func__
Type: behaviour Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bgr, zyasoft
Priority: high Keywords:

Created on 2013-09-11.12:49:26 by bgr, last changed 2014-10-05.16:36:33 by zyasoft.

Files
File name Uploaded Description Edit Remove
classmethod_func.py bgr, 2013-09-11.12:49:25
Messages
msg8113 (view) Author: bgr (bgr) Date: 2013-09-11.12:49:25
classmethod object is missing '__func__' property which should point to the wrapped function. I have attached the code that triggers the error in Jython, and works in Python.
msg8467 (view) Author: Jim Baker (zyasoft) Date: 2014-05-21.20:42:32
Target beta 4, this is an important discrepancy
msg9033 (view) Author: Jim Baker (zyasoft) Date: 2014-09-26.04:51:17
Fixed as of https://hg.python.org/jython/rev/d5df69a9fac0
History
Date User Action Args
2014-10-05 16:36:33zyasoftsetstatus: pending -> closed
2014-09-26 04:51:17zyasoftsetstatus: open -> pending
resolution: accepted -> fixed
messages: + msg9033
2014-05-21 20:42:33zyasoftsetpriority: high
nosy: + zyasoft
messages: + msg8467
2014-05-04 19:43:50zyasoftsetresolution: accepted
2013-09-11 12:49:26bgrcreate