Updated descriptor_pool.py to be compatible with Python 3
In Python 3 the values() method on a dictionary returns a view instead of a list, so we need to explicitly convert that to a list.
Showing
Please
register
or
sign in
to comment
In Python 3 the values() method on a dictionary returns a view instead of a list, so we need to explicitly convert that to a list.