Please confirm the following
Describe the bug
On 1.18.0 all tests have passed, on 1.18.3 some tests fail with:
@benchmark
def _run() -> None:
for _ in range(100):
> URL.raw_path_qs.wrapped(URL_WITH_PATH)
E AttributeError: 'propcache._helpers_c.under_cached_property' object has no attribute 'wrapped'
tests/test_url_benchmarks.py:714: AttributeError
Full log: https://gist.github.com/AMDmi3/a3a18e1ec0f9bdd839abcff7394a79c1
To Reproduce
Run pytest
Expected behavior
Test should pass
Logs/tracebacks
Full build log: https://gist.github.com/AMDmi3/a3a18e1ec0f9bdd839abcff7394a79c1
Python Version
multidict Version
propcache Version
yarl Version
OS
FreeBSD 14.1
Additional context
No response
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
On 1.18.0 all tests have passed, on 1.18.3 some tests fail with:
Full log: https://gist.github.com/AMDmi3/a3a18e1ec0f9bdd839abcff7394a79c1
To Reproduce
Run pytest
Expected behavior
Test should pass
Logs/tracebacks
Python Version
3.11.11multidict Version
6.1.0propcache Version
0.2.0yarl Version
1.18.3OS
FreeBSD 14.1
Additional context
No response