You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some more Py2-specific code, mainly the use of the six module, the unicode C string wrapper and the Cython 2/3 flags in CMake. That should be removed too.
concerning the unicode C string wrapper, we could simplify it but not remove it: when running the python, tutorials and samples tests, the first unicode conditional is hit 694 times and the second bytes conditional is hit 26685 times.
There is some more Py2-specific code, mainly the use of the six module, the unicode C string wrapper and the Cython 2/3 flags in CMake. That should be removed too.
Originally posted by @mkuron in #3008 (comment)
The text was updated successfully, but these errors were encountered: