This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
Date 2010-07-16.19:33:13
SpamBayes Score 0.018956782
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
OK, can someone show me an example of how functions defined in core Python can be made available to extension modules?  I thought I could model pytime.h/.c after pymath.h/.c, but the later is not used in extension modules.  I must be missing something trivial here.
History
Date User Action Args
2010-07-16 19:33:16belopolskysetrecipients: + belopolsky, tim.peters, rhettinger, mark.dickinson, pitrou, tim.golden, rnk
2010-07-16 19:33:16belopolskysetmessageid: <[email protected]>
2010-07-16 19:33:14belopolskylinkissue9079 messages
2010-07-16 19:33:13belopolskycreate