Message398744
From https://bugs.python.org/issue44206 :
File "/home/mark/repos/cpython/Lib/inspect.py", line 1154, in walktree
classes.sort(key=attrgetter('__module__', '__name__'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'str' and 'module'
I can reproduce that failure with a debug build and either of
./python -m test -R 3:3 test_inspect
./python -m test test_inspect -F |
|
Date |
User |
Action |
Args |
2021-08-02 09:55:50 | pablogsal | set | recipients:
+ pablogsal, Mark.Shannon |
2021-08-02 09:55:50 | pablogsal | set | messageid: <1627898150.7.0.730504757269.issue44808@roundup.psfhosted.org> |
2021-08-02 09:55:50 | pablogsal | link | issue44808 messages |
2021-08-02 09:55:50 | pablogsal | create | |
|