Hi Armin. On Wed, Mar 19, 2014 at 11:41 AM, Armin Rigo <[email protected]> wrote: > On 18 March 2014 11:43, anatoly techtonik <[email protected]> wrote: >> I wonder if it possible to discard run-time changes to interpreter >> state and get back to some point in the past? One of the applications >> is forking to speed up unit tests - for it after interpreter is >> initialized and loaded unittest imports. > > Unsure what you want to do, but isn't os.fork() the answer to your > first question?
Yes, but on a interpreter level, independent of underlying platform. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
