Message199717
That means __objclass__ can have its meaning broadened to say "this is where this particular instance of this kind of object was defined", and that and __class__ are just coincidentally the same for Enum objects.
We should *not* need to have any Enum specific code in the inspect module, and the current code that tries to find the home class has Enum specific assumptions. |
|
| Date |
User |
Action |
Args |
| 2013-10-13 15:03:34 | ncoghlan | set | recipients:
+ ncoghlan, arigo, ronaldoussoren, eli.bendersky, ethan.furman, eric.snow |
| 2013-10-13 15:03:34 | ncoghlan | set | messageid: <[email protected]> |
| 2013-10-13 15:03:34 | ncoghlan | link | issue16938 messages |
| 2013-10-13 15:03:34 | ncoghlan | create | |
|