* Makefile adapted to changes below.
* split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
* new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
* new module from Sjoerd: mmmodule.c (dynamically loaded).
* new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
* new files thread.{c,h} (from Sjoerd).
* new xxmodule.c (example only).
* myselect.h: bzero -> memset
* select.c: bzero -> memset; removed global variable
Showing
Include/pythread.h
0 → 100644
Include/thread.h
0 → 100644
Modules/xxmodule.c
0 → 100644
Python/pythonrun.c
0 → 100644
Python/thread.c
0 → 100644
Please
register
or
sign in
to comment