mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -63,9 +63,7 @@ class MyScanner(Scanner):
|
|||
'ValidRect',
|
||||
'InvalRgn',
|
||||
'InvalRect',
|
||||
]),
|
||||
('#ifndef TARGET_API_MAC_CARBON_NOTYET', [
|
||||
'IsValidWindowPtr',
|
||||
'IsValidWindowPtr', # I think this is useless for Python, but not sure...
|
||||
])]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue