mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Manually added HRHTMLRenderingLibAvailable.
Blacklist HRDisposeReference and call it in the dispose routine.
This commit is contained in:
parent
036194ceb4
commit
d9c01a56a0
3 changed files with 23 additions and 3 deletions
|
@ -14,7 +14,7 @@ OBJECT = "HRReference"
|
|||
|
||||
def main():
|
||||
## input = LONG + ".h"
|
||||
input = "Macintosh HD:SWdev:Jack:Universal:Interfaces:CIncludes:HTMLRendering.h"
|
||||
input = "Macintosh HD:ufs:jack:SWdev:Universal:Interfaces:CIncludes:HTMLRendering.h"
|
||||
output = SHORT + "gen.py"
|
||||
defsoutput = TOOLBOXDIR + LONG + ".py"
|
||||
scanner = MyScanner(input, output, defsoutput)
|
||||
|
@ -38,6 +38,7 @@ class MyScanner(Scanner):
|
|||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
"HRDisposeReference",
|
||||
]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue