pyroniasys / pyronia-cpython

Pyronia-aware implementation of CPython
Other
1 stars 1 forks source link

Add support for netlink socket communication for interpreter-kernel messages #3

Open masomel opened 6 years ago

masomel commented 6 years ago

This communication channel is used by the kernel to send the interpreter callstack requests and by the interpreter to pre-emptively send execution context to the kernel for context preservation across dynamic execution boundaries (i.e. subprocess exec, async calls, thread creation).

Subtasks: