2012/10/4 Adam R. Smith <[email protected]>:
> I am a PhD candidate at the University of Illinois. I am interested in
> learning more about how to use the PyPy Translation Toolchain as part of a
> research project. We would like to write some code in Python and generate C
> code from that. When using the Translation Toolchain, a *.c source file is
> generated and then compiled with GCC. How do I find where the source files
> are stored before GCC is called? I want to interface with those *.c files.
Look at /tmp/<some semirandom directory name>.
They're there, nicely named after your modules.
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev