We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91efd commit fe060fcCopy full SHA for fe060fc
protovalidate/internal/extra_func.py
@@ -548,8 +548,6 @@ def get_bits(self) -> int:
548
549
# Handle double colon, fill pieces with 0
550
if self._double_colon_seen:
551
- if len(p16) >= 7:
552
- return 0
553
while len(p16) < 8:
554
# Delete 0 entries at pos, insert a 0
555
p16.insert(self._double_colon_at, 0x00000000)
0 commit comments