running pquery with python3.5 (python3.4 and python2.7 works) for example pquery pkgcore gives me sys-apps/pkgcore-0.9.4 Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fb7b57ec1e0> Traceback (most recent call last): File "/usr/lib64/python3.5/weakref.py", line 117, in remove TypeError: 'NoneType' object is not callable Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fb7b493fea0> Traceback (most recent call last): File "/usr/lib64/python3.5/weakref.py", line 117, in remove TypeError: 'NoneType' object is not callable
Created attachment 474716 [details] info info
I think this is an upstream python bug that has been fixed but hasn't made it into releases yet, see https://bugs.python.org/issue29519. Assigning to the python team to see if anyone wants to apply the patch locally for us, otherwise feel free to close the bug as UPSTREAM or whatever.
This should be fixed now that 3.5.4 is in the tree, if not please reopen.