Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_python_build():
# We need a wide (not narrow) Python 2 build.
# Narrow will give:
# ValueError: unichr() arg not in range(0x10000) (narrow Python build)
assert chr(0x10000 + 1)