17db96d56Sopenharmony_ciFixes :func:`~os.path.realpath` to behave consistently when passed a path 27db96d56Sopenharmony_cicontaining an embedded null character on Windows. In strict mode, it now 37db96d56Sopenharmony_ciraises :exc:`OSError` instead of the unexpected :exc:`ValueError`, and in 47db96d56Sopenharmony_cinon-strict mode will make the path absolute. 5