]> granicus.if.org Git - python/commit
Massive changes for separate thread state management.
authorGuido van Rossum <guido@python.org>
Mon, 5 May 1997 20:56:21 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 May 1997 20:56:21 +0000 (20:56 +0000)
commita027efa5bfa7911b5c4b522b6a0698749a6f2e4a
tree7027609cb66223aba0355957599aa7629fce7e53
parent73237c54b40c345813fa6b7831a32b10fa4671b5
Massive changes for separate thread state management.
All per-thread globals are moved into a struct which is manipulated
separately.
15 files changed:
Include/Python.h
Include/frameobject.h
Include/pystate.h [new file with mode: 0644]
Include/pythread.h
Include/thread.h
Modules/threadmodule.c
Objects/frameobject.c
Python/Makefile.in
Python/ceval.c
Python/errors.c
Python/pystate.c [new file with mode: 0644]
Python/pythonrun.c
Python/sysmodule.c
Python/thread_sgi.h
Python/traceback.c