Use a memoryview when processing bytes in the frame helper #2062
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
40 errors
py 3.11 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
|
py 3.11 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
|
py 3.11 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
|
py 3.11 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
py 3.11 on ubuntu-latest (use_cython)
return outcome.get_result()
|
py 3.11 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
|
py 3.11 on ubuntu-latest (use_cython)
res = hook_impl.function(*args)
|
|
py 3.11 on ubuntu-latest (use_cython)
item.runtest()
|
py 3.11 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
|
py 3.12 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
|
py 3.12 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
|
py 3.12 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
|
py 3.12 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
py 3.12 on ubuntu-latest (use_cython)
return outcome.get_result()
|
py 3.12 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
|
py 3.12 on ubuntu-latest (use_cython)
res = hook_impl.function(*args)
|
|
py 3.12 on ubuntu-latest (use_cython)
item.runtest()
|
py 3.12 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
|
py 3.10 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
|
py 3.10 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
|
py 3.10 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
|
py 3.10 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
py 3.10 on ubuntu-latest (use_cython)
return outcome.get_result()
|
py 3.10 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
|
py 3.10 on ubuntu-latest (use_cython)
res = hook_impl.function(*args)
|
|
py 3.10 on ubuntu-latest (use_cython)
item.runtest()
|
py 3.10 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
|
py 3.9 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
|
py 3.9 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
|
py 3.9 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
|
py 3.9 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
py 3.9 on ubuntu-latest (use_cython)
return outcome.get_result()
|
py 3.9 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
|
py 3.9 on ubuntu-latest (use_cython)
res = hook_impl.function(*args)
|
|
py 3.9 on ubuntu-latest (use_cython)
item.runtest()
|
py 3.9 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
|