Bug #975 » main-generate_packets.py-Fix-crash-under-Python-3.13.patch
common/generate_packets.py | ||
---|---|---|
if not dirs:
|
||
raise ValueError(f"no directions defined for {self.type}")
|
||
self.dirs = Directions(dirs)
|
||
self.dirs = Directions(frozenset(dirs))
|
||
raw_fields = [
|
||
field
|
- « Previous
- 1
- 2
- Next »