Fix callback lifetime management using PyCapsule-based cleanup #215
checks.yml
on: pull_request
Annotations
11 errors
|
test macos-latest
Process completed with exit code 1.
|
|
error: Expected "PythonError":
test/asserts.ts#L18
at assertEquals (/Users/runner/work/deno_python/deno_python/test/asserts.ts:18:15)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:382:5)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:15:13)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:14:16)
|
|
TypeError: Invalid argument type in ToBigInt operation:
src/python.ts#L692
at from (/Users/runner/work/deno_python/deno_python/src/python.ts:692:11)
at call (/Users/runner/work/deno_python/deno_python/src/python.ts:1002:57)
at object (/Users/runner/work/deno_python/deno_python/src/python.ts:430:20)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:359:26)
|
|
TypeError: Invalid argument type in ToBigInt operation:
src/python.ts#L692
at from (/Users/runner/work/deno_python/deno_python/src/python.ts:692:11)
at call (/Users/runner/work/deno_python/deno_python/src/python.ts:1002:57)
at object (/Users/runner/work/deno_python/deno_python/src/python.ts:430:20)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:353:26)
|
|
TypeError: Invalid argument type in ToBigInt operation:
src/python.ts#L692
at from (/Users/runner/work/deno_python/deno_python/src/python.ts:692:11)
at instanceMethod (/Users/runner/work/deno_python/deno_python/src/python.ts:1221:18)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:338:26)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:15:13)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:14:16)
|
|
TypeError: Invalid argument type in ToBigInt operation:
src/python.ts#L692
at from (/Users/runner/work/deno_python/deno_python/src/python.ts:692:11)
at call (/Users/runner/work/deno_python/deno_python/src/python.ts:1002:57)
at object (/Users/runner/work/deno_python/deno_python/src/python.ts:430:20)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:312:3)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:15:13)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:14:16)
|
|
TypeError: Invalid argument type in ToBigInt operation:
src/python.ts#L692
at from (/Users/runner/work/deno_python/deno_python/src/python.ts:692:11)
at call (/Users/runner/work/deno_python/deno_python/src/python.ts:1002:57)
at object (/Users/runner/work/deno_python/deno_python/src/python.ts:430:20)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/test.ts:295:5)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:15:13)
at <anonymous> (/Users/runner/work/deno_python/deno_python/test/bun_compat.js:14:16)
|
|
test ubuntu-latest
The strategy configuration was canceled because "test.macos-latest" failed
|
|
test ubuntu-latest
The operation was canceled.
|
|
test windows-latest
The strategy configuration was canceled because "test.macos-latest" failed
|
|
test windows-latest
The operation was canceled.
|