]> granicus.if.org Git - python/commit
Add new built-in type 'getset' (PyGetSet_Type).
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 21:40:38 +0000 (21:40 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 21:40:38 +0000 (21:40 +0000)
commit29a62dd6ebe48c4a5c7b4f7d6f0e8589d94a5a0d
tree4d48aa9a83d8d7183afe264b292e46e46c1c0d11
parent0b13116a625d3a91e9f4507ed81f8b3575cdef8c
Add new built-in type 'getset' (PyGetSet_Type).
This implements the 'getset' class from test_binop.py.
Include/descrobject.h
Objects/descrobject.c
Python/bltinmodule.c