From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Wed, 22 May 2024 08:46:41 +0800, Kent Gibson wrote: > While writing a gpiod plugin for gpiozero (Python), I had to map line.Value > to its bool equivalent. Casting seemed the obvious way to go, as it is > essentially a boolean, but that didn't work as I expected - it always > returned True. This is the case for any Python type that does not provide > a suitable conversion operator. > > This series adds support for casting line.Value to bool. > > [...] Applied, thanks! [1/2] bindings: python: tests: add test for casting line.Value to bool commit: c8e3ae0499c800955cd77d8959be0f14e4b514cc [2/2] bindings: python: support casting line.Value to bool commit: 5f9152b0ca8ad7ac8a8591553931b38dc10c5db0 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>