james stone <jamesandrewst...@gmail.com> added the comment:

I encountered this issue as well when using python 3.6.7 and psycopg2. Postgres 
tries to sort rows by the primary key field and if the returned type is a 
memoryview an the error is thrown: "TypeError: '<' not supported between 
instances of 'memoryview' and 'memoryview'." It may be more on the postgres 
guys to use a proper type with full comparison support. But I wanted to mention 
it here as a datapoint for a valid use case in the wild. More details on the 
specific issue at https://github.com/modoboa/modoboa-amavis/issues/115

----------
nosy: +james stone

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue20399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to