Message3187

Author jek
Recipients jek
Date 2008-05-08.15:54:53
SpamBayes Score 0.0001213784
Marked as misclassified No
Message-id <1210262095.88.0.821934936463.issue1034@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to be something deeper- can't clone a function with FunctionType
either.  Maybe the 'arg 2' is internal and the type of globals mapping
is a red herring.

Jython 2.3a0 on java1.6.0_04
Type "copyright", "credits" or "license" for more information.
>>> import types
>>> a = lambda: None
>>> types.FunctionType(a.func_code, a.func_globals, a.func_name)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: _new_impl(): 2nd arg can't be coerced to
org.python.core.PyObject[]
History
Date User Action Args
2008-05-08 15:54:55jeksetspambayes_score: 0.000121378 -> 0.0001213784
messageid: <1210262095.88.0.821934936463.issue1034@psf.upfronthosting.co.za>
2008-05-08 15:54:55jeksetspambayes_score: 0.000121378 -> 0.000121378
recipients: + jek
2008-05-08 15:54:55jeklinkissue1034 messages
2008-05-08 15:54:54jekcreate