kicad/pcbnew/python
Mike Williams 1b0c274e22 Python: Copy board iterables to prevent segfaults
Python code like:
for track in board.GetTracks():
  board.Remove(track)

Would delete tracks in the the underlying m_tracks while iterating over
it.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5192
2021-09-24 19:40:46 +00:00
..
examples Python script sample: fix compatibility with recent changes in code. 2021-06-15 18:19:58 +02:00
plugins Plugins: Fix QR code generator shape exception 2021-09-22 11:15:26 -04:00
scripting PCM implementation 2021-08-27 21:11:47 +00:00
swig Python: Copy board iterables to prevent segfaults 2021-09-24 19:40:46 +00:00