mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Adapted to Universal Headers 3.3.2. More to follow.
This commit is contained in:
parent
c6c2838403
commit
f7d5aa61d3
28 changed files with 3445 additions and 957 deletions
|
|
@ -56,6 +56,8 @@ def makeblacklistnames(self):
|
|||
"CallComponentClose",
|
||||
"CallComponentOpen",
|
||||
"OpenAComponent",
|
||||
"GetComponentPublicResource", # Missing in CW Pro 6
|
||||
"CallComponentGetPublicResource", # Missing in CW Pro 6
|
||||
]
|
||||
|
||||
def makegreylist(self):
|
||||
|
|
@ -77,6 +79,8 @@ def makeblacklisttypes(self):
|
|||
|
||||
"ComponentRoutineUPP",
|
||||
"ComponentMPWorkFunctionUPP",
|
||||
"ComponentFunctionUPP",
|
||||
"GetMissingComponentResourceUPP",
|
||||
]
|
||||
|
||||
def makerepairinstructions(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue