commit | d9d1d4ac6fda7f4c898b55194be37b03b89450e9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 17 23:46:56 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 17 23:46:56 2001 +0000 |
tree | 0524526733e2e0affab748ea0c82a82d35faac07 | |
parent | 5d1e34aa4217f1c3526e2dc330c84bf836c696b8 [diff] |
Rewrite function attributes to use the generic routines properly. This uses the new "restricted" feature of structmember, and getset descriptors for some of the type checks.