Sturla Molden wrote:

> All programs that use PyCObject become a security problem.

It's not quite true to say "all" here, because it's possible
to use the descr slot of a PyCObject to hold type information.

However, that's not the purpose that the docs advertise it as
being for, and there's probably a lot of PyCObject-using code
around that doesn't use it that way. So replacing PyCObject with
something more explicitly safe seems like a good idea.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to