I hereby claim:
- I am rguillebert on github.
- I am rguillebert (https://keybase.io/rguillebert) on keybase.
- I have a public key ASAv4_X-EDZj44v-3k_LEk0wART1-X-MNh3aNF_m_22t1wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import cffi | |
| ffi = cffi.FFI() | |
| ffi.cdef(""" | |
| void Py_Initialize(); | |
| int PyRun_SimpleString(const char *command); | |
| void Py_Finalize(); | |
| """) |