可用的回归测试通过的标准版本
This commit is contained in:
@@ -8,7 +8,9 @@ from stdint import *
|
||||
import zlib.pyzlib as pyzlib
|
||||
import zlib.zhuff as zhuff
|
||||
import zlib.zdef as zdef
|
||||
from stdio import printf, strlen
|
||||
from stdio import printf
|
||||
from string import strlen, memcmp, memcpy, memset
|
||||
from stdlib import malloc, free, realloc
|
||||
import stdlib
|
||||
import string
|
||||
import mpool
|
||||
@@ -4,7 +4,6 @@ Module: base64
|
||||
"""
|
||||
|
||||
|
||||
import binascii
|
||||
import t, c
|
||||
|
||||
b64_tab: t.CExtern | list[t.CChar, None]
|
||||
18
Test/TestProject/temp/6c2029b306556c00.pyi
Normal file
18
Test/TestProject/temp/6c2029b306556c00.pyi
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Auto-generated Python stub file from stdlib.py
|
||||
Module: stdlib
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
from stdint import *
|
||||
import t
|
||||
|
||||
def malloc(size: t.CSizeT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def calloc(nmemb: t.CSizeT, size: t.CSizeT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def realloc(p: t.CVoid | t.CPtr, size: t.CSizeT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def free(p: t.CVoid | t.CPtr) -> None | t.State | t.CExtern | t.CExport: pass
|
||||
@@ -1,18 +0,0 @@
|
||||
"""
|
||||
Auto-generated Python stub file from stdlib.py
|
||||
Module: stdlib
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
from stdint import *
|
||||
import t
|
||||
|
||||
def malloc(size: UINT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def calloc(nmemb: UINT, size: UINT) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def realloc(p: str, p2: t.CLong | t.CLong) -> t.CVoid | t.CPtr | t.State | t.CExtern | t.CExport: pass
|
||||
|
||||
def free(p: t.CVoid | t.CPtr) -> None | t.State | t.CExtern | t.CExport: pass
|
||||
@@ -5,7 +5,6 @@ Module: binascii
|
||||
|
||||
|
||||
import t, c
|
||||
import stdint
|
||||
|
||||
HEX_CHARS: t.CExtern | list[t.CChar, None]
|
||||
HEX_VALS: t.CExtern | list[t.CInt, 256]
|
||||
@@ -1,22 +1,22 @@
|
||||
0c04ab530bb9cfa4:test_zlib.py
|
||||
0d13cde396f4a15f:includes/hashlib\__sha1.py
|
||||
0d4517fd5afeb330:includes/hashlib\__sha256.py
|
||||
2d7f623c6e3004ce:includes/zlib\zdeflate.py
|
||||
2e756dd336749fc2:test_numpy.py
|
||||
3d1656b26b38b359:includes/binascii.py
|
||||
3ee89b588a1da94f:BINASCII.py
|
||||
3f7c5e78d8652535:includes/vipermath.py
|
||||
439f5b503003443f:test_zlib.py
|
||||
4638d411fd53fef0:includes/zlib\zchecksum.py
|
||||
4bf3e0150b9e02e9:includes/base64.py
|
||||
56cdd754a8a09347:includes/stdint.py
|
||||
58121a0fb0ca7466:main.py
|
||||
5a6a2137958c28c5:includes/w32\win32base.py
|
||||
68c4fe4b12c908e3:includes/mpool.py
|
||||
6aee24fdefa3cbc0:includes/string.py
|
||||
6c2029b306556c00:includes/stdlib.py
|
||||
73edbcf76e32d00b:includes/stdio.py
|
||||
7538e542cab4c1d5:includes/stdlib.py
|
||||
7e4cef8dd61984f0:includes/base64.py
|
||||
88e3e48eab9e1653:includes/hashlib\__sha512.py
|
||||
8e0d8fdba991b3b4:config.py
|
||||
8f88a3374d5335cc:includes/binascii.py
|
||||
94496ec50b0d13fc:includes/hashlib\__md5.py
|
||||
96837bcc64032444:includes/hashlib\__init__.py
|
||||
a9fa0f6200c09e65:includes/zlib\zdef.py
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user