mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
AETransactionID was mistakenly defined as a short (it is a long). Fixed.
This commit is contained in:
parent
7ceab65468
commit
def77e5346
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ AESendMode = Type("AESendMode", "l")
|
|||
AESendPriority = Type("AESendPriority", "h")
|
||||
AEInteractAllowed = Type("AEInteractAllowed", "b")
|
||||
AEReturnID = Type("AEReturnID", "h")
|
||||
AETransactionID = Type("AETransactionID", "h")
|
||||
AETransactionID = Type("AETransactionID", "l")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue