From: Travis O. <oli...@ee...> - 2006-10-31 22:34:02
|
Sasha wrote: >On 10/31/06, Travis Oliphant <oli...@ee...> wrote: > > >Yes, this is the key. I think we should better understand ctypes >limitations before proposing an alternative. > I already understand it's practical limitations --- type objects as data-type instances is too bulky and too restrictive. You have to "be a Python type object" in order to be a data-type object. I wish others would actually understand the difference. -Travis |