Ticket #44008

generate_packets.py: turn get_choices into a generator

Open Date: 2022-03-02 23:16 Last Update: 2022-03-04 17:47

Reporter:
Owner:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

Part of #43927. There is a powerset implementation among the Itertools Recipes; that implementation yields subsets in a different order than the current get_choices, which would change the output files (if any fields currently used add-cap or remove-cap, which they don't). Either way, I don't think it'd change the network protocol, just the internal function names.

Ticket History (3/4 Histories)

2022-03-02 23:16 Updated by: alienvalkyrie
  • New Ticket "generate_packets.py: turn get_choices into a generator" created
2022-03-03 00:35 Updated by: alienvalkyrie
  • Resolution Update from None to Accepted
2022-03-04 17:47 Updated by: alienvalkyrie
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login