]> granicus.if.org Git - python/commit
Andrew Kuchling <akuchlin@mems-exchange.org>:
authorFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 03:24:27 +0000 (03:24 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 03:24:27 +0000 (03:24 +0000)
commit9e2851566c0dd1d27d29ead8988f4cc3ae295ca1
tree0e35fe3b2d9b2ccbc82acdc1b41ea445580c3b66
parentf84fb660cbd7f66bacf2e58dbafd950f43f6e216
Andrew Kuchling <akuchlin@mems-exchange.org>:
Add three new convenience functions to the PyModule_*() family:
PyModule_AddObject(), PyModule_AddIntConstant(), PyModule_AddStringConstant().

This closes SourceForge patch #101233.
Include/modsupport.h
Python/modsupport.c