← Back to team overview

kicad-developers team mailing list archive

Re: PATCH: fix crash in netlist updater

 

On 2019-06-04 20:03, Andrew Lutsenko wrote:
I think I know what's up. You are probably on python 3.7 and my distro
is still on 3.6.

https://www.python.org/dev/peps/pep-0479/

That proposal changed how StopIteration is handled inside generators,
they are no longer handled internally. Change took effect in 3.7.

Please see new patch that should work on any python version.

That did it.  Thanks!  I've pushed the patch.

-Seth


References