Fix optimised_pow2_inplace() on Python 3.10 (GH-4103)
Fix optimised_pow2_inplace() doctest on Python 3.10 because the error message changed. Python 3.9 error message: unsupported operand type(s) for ** or pow(): 'int' and 'str' Python 3.10 error message: unsupported operand type(s) for **=: 'int' and 'str'
Showing
Please register or sign in to comment