Closed icemac closed 5 years ago
This is strange:
AttributeError: __index__
but on TravisCI it fails with AttributeError: __getitem__
. (Only Python 3.5 misses __getitem__
locally. Only Python 3.8 has AttributeError: __index__
on TravisCI.)RecursionError
but in TravisCI it has the same AttributeError: __getitem__
like the C version.After changing the .travis.yml
the pure Python 3.7 build fails with TypeError: cannot convert 'ImplicitAcquisitionWrapper' object to bytes
. Which should be easily fixable.
@jamadden and @stephan-hof Thank you for analysing my C code. After reading your analysis it is totally clear that I played too much monkey see, monkey do.
Thank you everyone for helping to fix this issue.
Fixes #38.