[Python-3000] Addition to PEP 3101

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 1 02:50:45 CEST 2007


Patrick Maupin wrote:

> Method calls are deliberately disallowed by the PEP, so that the
> implementation has some hope of being securable.

If attribute access is allowed, arbitrary code can already
be triggered, so I don't see how this makes a difference
to security.

--
Greg


More information about the Python-3000 mailing list