On Mon, Dec 2, 2024 at 9:33 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > > On Mon, Dec 2, 2024 at 12:15 AM George Harker > <george@xxxxxxxxxxxxxxxxxxxxx> wrote: > > > > PyDict_Next does not guarantee pos is contiguous, and pypy increments > > past the end of the dict size. Patch fixes reliance on pos for constructing > > args for gpiod call. > > > > Just a couple nits below: > One more thing: the commit title should look like this: [libgpiod][PATCH] bindings: python: Fix PyDict_Next contiguous assumption and pypy The [libgpiod] bit should be a mailing list tag. Bart