]> granicus.if.org Git - python/commit
Simple embedded program that does a module import. Useful for
authorBarry Warsaw <barry@python.org>
Wed, 31 Jan 2001 22:27:51 +0000 (22:27 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 31 Jan 2001 22:27:51 +0000 (22:27 +0000)
commitf9abaf42f840cb5c3c60a1052177209072b885cb
treee8bf2149336a117dc920c9a66af434d3ea552345
parent2df3c41e78cb77ac940cb8e0950a5d0c67c95508
Simple embedded program that does a module import.  Useful for
debugging leaks and other memory problems.
Demo/embed/import.c [new file with mode: 0644]