(original) (raw)
PEP:
"int PyContext\_Enter(PyContext \*) and int PyContext\_Exit(PyContext \*) allow to set and restore the context for the current OS thread."
What is the difference between Enter and Exit? Why not having a single Py\_SetContext() function?
Victor