>From the C API (I'm using Python embedded), how can I get and set the value of named variables? Right now, I'm using hacks like PyRun_SimpleString("foobar = 12\n"), but I'd really like to access the named objects directly.
-- http://mail.python.org/mailman/listinfo/python-list