[Python-3000] Questions on optional type annotations

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu May 11 16:41:05 CEST 2006


"Neal Norwitz" <nnorwitz at gmail.com> 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.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Python-3000 mailing list