mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Repair bizarre generated Python.
This commit is contained in:
parent
56b021a27b
commit
4658540ed3
2 changed files with 2 additions and 2 deletions
|
@ -941,4 +941,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
|
|||
|
||||
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
|
||||
|
||||
def IN6_IS_ADDR_MC_GLOBAL(a): return \
|
||||
def IN6_IS_ADDR_MC_GLOBAL(a): return
|
||||
|
|
|
@ -612,4 +612,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
|
|||
|
||||
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
|
||||
|
||||
def IN6_IS_ADDR_MC_GLOBAL(a): return \
|
||||
def IN6_IS_ADDR_MC_GLOBAL(a): return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue