summaryrefslogtreecommitdiffstats
path: root/Demo/embed/loop.c
Commit message (Collapse)AuthorAgeFilesLines
* Add loop.c -- a test program for repeatedly calling Py_Initialize()Guido van Rossum2001-01-101-0/+26
and Py_Finalize(). It seems to dump core right now...