]> granicus.if.org Git - python/commit
Add loop.c -- a test program for repeatedly calling Py_Initialize()
authorGuido van Rossum <guido@python.org>
Wed, 10 Jan 2001 17:11:51 +0000 (17:11 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Jan 2001 17:11:51 +0000 (17:11 +0000)
commit3559d1f9b3f33b45de924f5d17dcea6ab949bb41
treeaa46bef878d40f1ad03d2b7e78bd980e897fbbda
parent7339f4c72d2eaf9fef2416d3328207dcc655f578
Add loop.c -- a test program for repeatedly calling Py_Initialize()
and Py_Finalize().  It seems to dump core right now...
Demo/embed/Makefile
Demo/embed/README
Demo/embed/loop.c [new file with mode: 0644]