mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Added Sint8 and Uint8 types
This commit is contained in:
parent
0a54ae24c3
commit
1e4ce733fc
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ ScriptCode = Type("ScriptCode", "h")
|
||||||
Size = Type("Size", "l")
|
Size = Type("Size", "l")
|
||||||
Style = Type("Style", "b")
|
Style = Type("Style", "b")
|
||||||
|
|
||||||
|
UInt8 = Type("UInt8", "b")
|
||||||
|
SInt8 = Type("SInt8", "b")
|
||||||
UInt16 = Type("UInt16", "h")
|
UInt16 = Type("UInt16", "h")
|
||||||
SInt16 = Type("SInt16", "h")
|
SInt16 = Type("SInt16", "h")
|
||||||
UInt32 = Type("UInt32", "l")
|
UInt32 = Type("UInt32", "l")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue