-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing in a new environment with an exception (ValueError: chr() arg not in range(0x110000)
)
#1411
Comments
@ajsanchezsanz and I have been doing some tests to find exactly which
|
Further testing, the problem seems to be somehow related to Running I created a simple proof of concept file (
To reproduce the error run:
|
It is unlikely |
Hi @asvetlov that's the same thought we had on Saturday at the hackathon. It seems to be limited to |
As Giuseppe mentioned, during the sprint, we had a collaborative day trip down the rabbit hole and established that this is caused by a combination of the alpha release of Coveragepy and Cython. It's currently only affecting the users building from source and running it with coverage on. So it should not impact any real-world production use-case. |
The effect of this is that the pre-release versions of Cython are no longer allowed to be automatically installed into the ephemeral build environment, implicitly. Ref aio-libs/yarl#1411 Co-Authored-By: ajsanchezsanz <[email protected]> Co-Authored-By: markgreene74 <[email protected]> Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
The effect of this is that the pre-release versions of Cython are no longer allowed to be automatically installed into the ephemeral build environment, implicitly. Ref aio-libs/yarl#1411 Co-Authored-By: ajsanchezsanz <[email protected]> Co-Authored-By: markgreene74 <[email protected]> Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
Hey @markgreene74 @ajsanchezsanz look — your discovery led to the Cython fix 🎉 |
Please confirm the following
vulnerability, to the best of my knowledge. (These must be shared by
submitting this report form instead, if
any hesitation exists.)
Describe the bug
Working on setting up a dev environment for the
Sprint @ Man Group London Hackathon 2024, Nov 9
with @ajsanchezsanz and trying to runpytest
, we got the following error:To Reproduce
Please note:
pyenv
is used in this example, but the same problem can be observed as well in a brand new GitHub codespace.pyenv
Expected behavior
Tests to pass and no exception raised
Logs/tracebacks
Python Version
multidict Version
propcache Version
yarl Version
OS
macOS 15.1
Additional context
The text was updated successfully, but these errors were encountered: