A question about C/API of python.

hpyhpy member at dbforums.com
Mon Sep 16 01:52:34 EDT 2002


I use python to load C module(.so),then use C load python,like this:
C(main)--->python--->C(.so)
But now my trouble is :
In C(main), I have some Global variable that depend on process of
C(.so).
But because python is in middle of them,so I can't use variable of
C(.so) in C(main) dexterously.
I see some C/API reference but it still pluzzle me.Anybody can tell me
some advise?
Thanks.

--
Posted via http://dbforums.com




More information about the Python-list mailing list