fix S() bug

This commit is contained in:
SunnyChen 2020-06-15 21:28:00 +08:00
parent 8629b9b4cd
commit 74311bbe80
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class SInit(type):
return S.w(v.bit_length() + 1)(v)
class S(CType, metaclass=UInit):
class S(CType, metaclass=SInit):
def __init__(self, _: int):
pass