mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +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:
|
||||
return 0
|
||||
|
||||
def getfillable(self):
|
||||
return BUFFERSIZE - self.getfilled()
|
||||
## # Nobody remembers what this method does, and it's broken. :-(
|
||||
## def getfillable(self):
|
||||
## return BUFFERSIZE - self.getfilled()
|
||||
|
||||
def AudioDev():
|
||||
# Dynamically try to import and use a platform specific module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue