mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Massive changes for separate thread state management.
All per-thread globals are moved into a struct which is manipulated separately.
This commit is contained in:
parent
73237c54b4
commit
a027efa5bf
15 changed files with 865 additions and 262 deletions
|
@ -95,6 +95,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "import.h"
|
||||
#include "bltinmodule.h"
|
||||
|
||||
#include "pystate.h"
|
||||
|
||||
#include "abstract.h"
|
||||
|
||||
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue