On Nov 15, 10:00 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Fri, 16 Nov 2007 00:27:42 -0300, <[EMAIL PROTECTED]> escribió:
>
>
>
> > On Nov 1, 11:04 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
> > wrote:
> >> En Thu, 01 Nov 2007 22:13:35 -0300, <[EMAIL PROTECTED]> escribió:
> >> >> I'm
En Fri, 16 Nov 2007 00:27:42 -0300, <[EMAIL PROTECTED]> escribió:
> On Nov 1, 11:04 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
> wrote:
>> En Thu, 01 Nov 2007 22:13:35 -0300, <[EMAIL PROTECTED]> escribió:
>> >> I'm in a situation when i don't really need to extend python with any
>> >> classes o
On Nov 1, 11:04 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Thu, 01 Nov 2007 22:13:35 -0300, <[EMAIL PROTECTED]> escribió:
>
> > On Nov 1, 4:14 pm, [EMAIL PROTECTED] wrote:
> >> q#1:
> >> in C I want to check if a given PyObject is a xml.dom.minidom.Node (or
> >> a derivative).
> >> how
Note that there is a mailing list dedicated to the Python/C API,
http://mail.python.org/mailman/listinfo/capi-sig
[EMAIL PROTECTED] writes:
> issue #2 I'm in a situation when i don't really need to extend
> python with any classes of my own but i do have extra luggage for
> the python data structu
En Thu, 01 Nov 2007 22:13:35 -0300, <[EMAIL PROTECTED]> escribió:
> On Nov 1, 4:14 pm, [EMAIL PROTECTED] wrote:
>> q#1:
>> in C I want to check if a given PyObject is a xml.dom.minidom.Node (or
>> a derivative).
>> how do i extract a PyTypeObject for such a class?
>
> nevermind, i found an instanc
On Nov 1, 4:14 pm, [EMAIL PROTECTED] wrote:
> q#1:
> in C I want to check if a given PyObject is a xml.dom.minidom.Node (or
> a derivative).
> how do i extract a PyTypeObject for such a class?
nevermind, i found an instance object that will work for me
as long as i figure out where is the document
q#1:
in C I want to check if a given PyObject is a xml.dom.minidom.Node (or
a derivative).
how do i extract a PyTypeObject for such a class?
issue #2
I'm in a situation when i don't really need to extend python with any
classes of my own but
i do have extra luggage for the python data structures s