[libcamera-devel] [RFC v3 4/5] Add Python bindings

Tomi Valkeinen tomi.valkeinen at ideasonboard.com
Thu Dec 9 12:10:01 CET 2021


On 09/12/2021 11:58, Kieran Bingham wrote:

>> +pycamera_args = [ '-fvisibility=hidden' ]
>> +pycamera_args += [ '-Wno-shadow' ]
> 
> Does python shadow variables explicitly? Does this lead to any potential
> bugs?

Yes, it has many cases of:

class Foo
{
	int bar;

	Foo(int bar)
		: bar(bar)
	{ }
}

  Tomi


More information about the libcamera-devel mailing list