On Thu, Aug 20, 2020, at 09:46, Steven D'Aprano wrote: > And what about all the objects that don't have a .value attribute? > What's so special about that attribute that subscripting with a missing > subscript should return that attribute rather than some other?
er, I meant "it should, on ctypes scalar objects specifically, have the same semantics as those classes' .value attribute", not "it should proxy to the attribute called 'value' on all objects" sorry if that was unclear _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OBE2HTKNBI5QZUCB3TZU4MXDEN4FHK4A/ Code of Conduct: http://python.org/psf/codeofconduct/
