Ticket #992 (closed: fixed)
vector->set changes have broken some Python functionality
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 20 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
Note: See
TracTickets for help on using
tickets.
(In [3339]) Added an stl set wrapper to Python API so that we can return sets directly. They actually get turned into Python tuples. Fixes #992