D7543: revlog: made C Capsule an array of function pointers

Yuya Nishihara yuya at tcha.org
Sat Jan 4 09:34:20 UTC 2020


> +typedef struct {
> +	int (*index_parents)(PyObject *, int, int *);
> +} Revlog_CAPI;

Do we have any plan to detect C-Rust ABI mismatch? Renaming the symbol?


More information about the Mercurial-devel mailing list