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

Head commit for run:
1dede175ee4209c5275762ca50d8f64be0281ecc / 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/28260214363

With regards,
GitHub Actions via GitBox


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

Reply via email to