[wplug] cores

Tom Rhodes trhodes at FreeBSD.org
Tue Mar 4 11:59:47 EST 2008


On Mon, 3 Mar 2008 15:52:04 -0500
"Tim Lesher" <tlesher at gmail.com> wrote:

> On Mon, Mar 3, 2008 at 1:44 PM, Tom Rhodes <trhodes at freebsd.org> wrote:
> >  With what I want to accomplish, the python types aren't anywhere
> >  near flexible enough to do properly.
> 
> Ahh. That makes sense--ctypes is a library, and its "types" aren't
> native Python numeric types.  So you're at the mercy of whatever
> operators the ctypes author implemented.
> 
> It seems as if it wouldn't be hard to implement the bitwise ops in
> ctypes, though, since Python has ways to overload each of the binary
> operators for a type.  Might be worth a bug report against ctypes.

Heh, I don't report bugs without patches (if I can).  And at
the present time, I'm over extended as it is.  Most likely I'll
just walk away from this and use a different language for now.

When my time frees up a bit more then I'll consider it.  :)

-- 
Tom Rhodes


More information about the wplug mailing list