]> granicus.if.org Git - python/commit
Lots of new text and example code on embedding Python in C, contributed
authorFred Drake <fdrake@acm.org>
Sat, 4 Aug 2001 01:58:36 +0000 (01:58 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 4 Aug 2001 01:58:36 +0000 (01:58 +0000)
commit53765753c4b1ede0fd25eadde52e235c62b1c8b7
tree9db81df661e7af0f27819dbc8d7d69f5238b8cf4
parentb3cc29b4934ed39cbd5237d58f6a26c8e591a166
Lots of new text and example code on embedding Python in C, contributed
by Albert Hofkamp.  Some editing has been done for style and markup
consistency.

This also supplies an example of importing modules and calling a function
defined in the module, so this closes SF bug #440037 as well.

(The long example code was moved to a separate file so that it would
format properly.)
Doc/ext/ext.tex
Doc/ext/run-func.c [new file with mode: 0644]