New submission from David <[email protected]>:

Running the translation steps as described in the translator shell (see below) 
creates a LocalPath object instead of a callable wrapper for the translated 
version of the function.

def func(n): 
    return n+1
t = Translation(func, [int])
t.annotate()
t.rtype() 
f = t.compile_c()

----------
messages: 5345
nosy: bivab, pypy-issue
priority: bug
status: unread
title: Translatorshell does not generate a callable translated function

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1400>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to