The GitHub Actions job "CI" on tvm-ffi.git/pyobject has failed.
Run started by GitHub user cyx-6 (triggered by cyx-6).

Head commit for run:
5fbcc677d51f53cf8b5e1b15a4dfc31a0485356e / Yaxing Cai <[email protected]>
Document Cython tp_dealloc step mapping and guard omitted steps

Map each step of Cython's generated tp_dealloc (generate_dealloc_function)
to the hand-built TVMFFIPyTpDeallocSlot, marking which steps it reproduces
and why the rest are inapplicable to the carrier layout. Add layout guards
in TVMFFIPyWrapDealloc that fail loudly at import if a carrier ever gains a
tp_finalize (__del__) or becomes weak-referenceable, since the slot omits
those steps.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/28259818708

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to