[Python-Dev] object capability; func_closure; __subclasses__

Robert Brewer fumanchu at amor.org
Thu Jun 28 19:20:31 CEST 2007


tav wrote:
> But, all I am asking for is to not expose func_closure (and perhaps
> some of the other func_*) as members of FunctionType -- isn't it
> possible to add functionality to the ``new`` module which would allow
> one to read/write func_closure?

Would func_closure then also be removed from the FunctionType
constructor arg list? If so, would I be expected to create a function
object and then use the "new" module to supply its func_closure?


Robert Brewer
System Architect
Amor Ministries
fumanchu at amor.org


More information about the Python-Dev mailing list