commit | e886ea916ec1a4a5c3f4247ea5978b626620cf67 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Jan 17 00:01:33 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Jan 17 00:01:33 1997 +0000 |
tree | 3e16a3b7af64b70c3d91dccf25ff742e76306e32 | |
parent | bb779ec4d92b89c39ce0ea752c1ba3f26c80c0ea [diff] |
(puremodule.c): New module which exports the Purify and Quantify C API to Python. Minimal documentation is included in comments at the top of the file, and in the Misc/PURIFY.README file. Note that this module must be statically linked since Pure doesn't provide shared stubs libraries. (Setup.in): Added commented template for pure module (syslogmodule.c): ins() function wasn't declared static.