Re: [pypy-dev] Modifying Interpreter-level Object from Application

2017-01-27 Thread Frank Wang
Hi Carl, Thanks for the information! I just have to do it for a specific attribute. It is just a bit tedious as you said, making sure the semantics of the parameter type and result conversion work properly is a bit tricky. Frank On Fri, Jan 27, 2017 at 11:35 AM, Carl Friedrich Bolz wrote: >

Re: [pypy-dev] Modifying Interpreter-level Object from Application

2017-01-27 Thread Carl Friedrich Bolz
Hi Frank, no, unfortunately there's not really a shortcut to exposing the methods, functions and attributes via a mixed module, because you need to think about the semantics of parameter type and result conversion for every such function anyway. Do you have trouble to get it to work at all? Or is

[pypy-dev] Modifying Interpreter-level Object from Application

2017-01-27 Thread Frank Wang
Hi, At the application level, I want to modify some interpreter-level attributes of an object. Right now, I have the interpreter level functions that allow me to modify the interpreter object. Is the easiest way to have an application access interpreter level attributes to use a Mixed Module with

[pypy-dev] Fwd: [MoreVMs'17] Call for Contributions: 1st Workshop on Modern Language Runtimes, Ecosystems, and VMs at 2017

2017-01-27 Thread William ML Leslie
Hello pypy contributors and rpython users, In case any of you missed this CFP this looks like an exciting workshop! -- Forwarded message -- From: Stefan Marr Date: 6 December 2016 at 00:56 Subject: [MoreVMs'17] Call for Contributions: 1st Workshop on Modern Language Runtimes, Ec