Files
tb bfde2eb30f py3-pygraphviz: fix for ABI break in Graphviz 14 to unbreak with llvm22
gvRenderData()'s fourth argument changed from unsigned int * to size_t *,
which makes llvm22 unhappy. Adjust prototype and use SWIG to generate the
binding wrap.c. Based on upstream PR #523.
2026-05-22 12:07:26 +00:00
..