mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Commenting out the getfillable() method -- it's broken, and nobody
remembers what it is supposed to do. :-(
This commit is contained in:
parent
8837814cd4
commit
8710681400
1 changed files with 3 additions and 2 deletions
|
@ -210,8 +210,9 @@ class Play_Audio_sun:
|
||||||
else:
|
else:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
def getfillable(self):
|
## # Nobody remembers what this method does, and it's broken. :-(
|
||||||
return BUFFERSIZE - self.getfilled()
|
## def getfillable(self):
|
||||||
|
## return BUFFERSIZE - self.getfilled()
|
||||||
|
|
||||||
def AudioDev():
|
def AudioDev():
|
||||||
# Dynamically try to import and use a platform specific module.
|
# Dynamically try to import and use a platform specific module.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue