Marcin 'Qrczak' Kowalczyk wrote:
> "Neal Norwitz" <[EMAIL PROTECTED]> writes:
> 
>> Another benefit of this is the ability to get more info through
>> introspection. Right now, you can't even find the number of
>> arguments of a function implemented in C. You only know if it takes
>> 0, 1, or variable # of arguments and if it accepts keywords.
> 
> This would be incompatible with generic proxies.

No it wouldn't -- the generic proxy classes can just copy the 
__signature__ of the object they proxy for.

-Edward
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to