summaryrefslogtreecommitdiffstats
path: root/Python/thread_sgi.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
|
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+5
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+414
Added Tim Peters' pthread version.