[openstack-dev] [pecan] [mistral] Pecan python3 compatibility
Victor Stinner
vstinner at redhat.com
Thu Oct 1 14:41:53 UTC 2015
Hi,
Le 01/10/2015 15:50, Nikolay Makhotkin a écrit :
> In Mistral, we are trying to fix the codebase for supporting python3,
> but we are not able to do this since we faced issue with pecan library.
> If you want to see the details, see this traceback - [1].
I tried to run Mistral tests on Python 3 and I got the same error. For
me, it's an obvious Python 3 bug in Pecan. Maybe Pecan has only a
partial Python 3 support?
If value is a bounded method, you can replace value.im_class with
type(value.__self__).
Victor
More information about the OpenStack-dev
mailing list