Message10788

Author zyasoft
Recipients seletz, zyasoft
Date 2016-02-24.22:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456354578.63.0.355278527524.issue2476@psf.upfronthosting.co.za>
In-reply-to
Content
org.python.core.PyReflectedFunction should use Jython's type expose mechanism, as seen in PyFunction. Probably the easiest thing to do is make PyReflectedFunction simply a subclass of PyFunction (much like PyFunction subclasses PyObject).
History
Date User Action Args
2016-02-24 22:56:18zyasoftsetmessageid: <1456354578.63.0.355278527524.issue2476@psf.upfronthosting.co.za>
2016-02-24 22:56:18zyasoftsetrecipients: + zyasoft, seletz
2016-02-24 22:56:18zyasoftlinkissue2476 messages
2016-02-24 22:56:18zyasoftcreate