mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
All relevant toolbox modules have now been carbonized.
This commit is contained in:
parent
349a3d3a9a
commit
8d929aee49
25 changed files with 170 additions and 15 deletions
|
@ -58,6 +58,13 @@ class MyScanner(Scanner):
|
|||
"OpenAComponent",
|
||||
]
|
||||
|
||||
def makegreylist(self):
|
||||
return [
|
||||
('#ifndef TARGET_API_MAC_CARBON', [
|
||||
'SetComponentInstanceA5',
|
||||
'GetComponentInstanceA5',
|
||||
])]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
return [
|
||||
"ResourceSpec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue