Re: [PATCH 0/8] Move py C utility code to pyutil; guard overflow

2023-05-30 Thread Rob Browning
Rob Browning writes: > Proposed for main. > > This starts moving some of the utility functions to src/bup/pyutil.*, > so that we can use them everywhere, e.g. hashsplit, bupsplit... Apologies. Clearly the wrong git send-email address. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG

[PATCH 0/8] Move py C utility code to pyutil; guard overflow

2023-05-30 Thread Rob Browning
Proposed for main. This starts moving some of the utility functions to src/bup/pyutil.*, so that we can use them everywhere, e.g. hashsplit, bupsplit... Rob Browning (8): bup_shared_cflags: add -Winline Create src/pyutil.c for utility functions pyutil: add INTEGER_TO_PY as BUP_LONGISH_TO_PY