]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(puremodule.c): New module which exports the Purify and Quantify C API
authorBarry Warsaw <barry@python.org>
Fri, 17 Jan 1997 00:01:33 +0000 (00:01 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 17 Jan 1997 00:01:33 +0000 (00:01 +0000)
commite886ea916ec1a4a5c3f4247ea5978b626620cf67
tree3e16a3b7af64b70c3d91dccf25ff742e76306e32
parentbb779ec4d92b89c39ce0ea752c1ba3f26c80c0ea
(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.
Modules/Setup.in
Modules/puremodule.c [new file with mode: 0644]
Modules/syslogmodule.c