mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Remove a use of 'as' as a parameter.
This commit is contained in:
parent
9ca0eca995
commit
f76c3daafe
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ IE_NOMEM = -1
|
||||||
AS_PAGLCK = 0x80
|
AS_PAGLCK = 0x80
|
||||||
AS_CLAIMGAP = 0x40
|
AS_CLAIMGAP = 0x40
|
||||||
AS_UNMAPWAIT = 0x20
|
AS_UNMAPWAIT = 0x20
|
||||||
def AS_TYPE_64BIT(as): return \
|
def AS_TYPE_64BIT(as_): return \
|
||||||
|
|
||||||
AS_LREP_LINKEDLIST = 0
|
AS_LREP_LINKEDLIST = 0
|
||||||
AS_LREP_SKIPLIST = 1
|
AS_LREP_SKIPLIST = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue