mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
This commit is contained in:
parent
13681b73b5
commit
b1b78d85d3
7 changed files with 32 additions and 2 deletions
|
@ -55,6 +55,10 @@ class SoundScanner(Scanner):
|
|||
# And old calls that are no longer supported
|
||||
'SetSoundVol',
|
||||
'GetSoundVol',
|
||||
# Constants with funny definitions
|
||||
'rate48khz',
|
||||
'rate44khz',
|
||||
'kInvalidSource',
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue