Message407472
Reproduced on 3.11.
>>> A = type("A", (object,), {42: "abc"})
>>> dir(A())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: '<' not supported between instances of 'int' and 'str' |
|
Date |
User |
Action |
Args |
2021-12-01 16:36:05 | iritkatriel | set | recipients:
+ iritkatriel, loewis, twouters, ncoghlan, pitrou, vstinner, stutzbach, alex, michael.foord, brian.curtin, daniel.urban |
2021-12-01 16:36:05 | iritkatriel | set | messageid: <1638376565.65.0.121264010143.issue11455@roundup.psfhosted.org> |
2021-12-01 16:36:05 | iritkatriel | link | issue11455 messages |
2021-12-01 16:36:05 | iritkatriel | create | |
|