summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* I can't seem to do anything right :-)Guido van Rossum1998-12-211-1/+1
* Add macro version of PyThreadState_GET(). This usesGuido van Rossum1998-12-211-0/+11
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* On second though, NEXITFUNCS should be defined in pythonrun.c and notGuido van Rossum1998-10-011-2/+0
* Move 'dict' struct member to end of struct. This ensures binaryGuido van Rossum1998-04-131-2/+2
* Add dict struct member and PyThreadState_GetDict() prototype.Guido van Rossum1998-04-101-0/+3
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-42/+14
* Added Py_PROTO macros for SunOS 4.x /bin/cc.Guido van Rossum1997-05-201-6/+6
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+134