The following pages and posts are tagged with
| Title | Type | Excerpt |
|---|---|---|
| Instruction Set Architecture when embedding Python into NET | Page | While .NET is CPU ISA-independent, once it is JITed it becomes ISA-dependented and it is essential this matches the ISA CPython uses |
| When using PythonNet in which process does the Python interpreter run? | Page | It runs in the same process as the CLR/C#/.NET and runtime of your application |