Re: Detailed documentation or specs for behavior of descriptors in attributes of metaclasses

2025-09-26 Thread Steve Jorgensen via Python-list
In case anyone stumbles upon this, here's my question and partial self-answer on Stack Overflow: https://stackoverflow.com/a/79765602/396373 -- https://mail.python.org/mailman3//lists/python-list.python.org

Detailed documentation or specs for behavior of descriptors in attributes of metaclasses

2025-09-10 Thread Steve Jorgensen via Python-list
I've been experimenting to deepen my understanding of Python's behavior in regard to metaclasses, descriptors, and other meta-programming stuff. In the process, I have come across a behavior that is presumably by design but cannot be inferred from anything I can find in the official documentatio