]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Sep 2010 19:48:07 +0000 (19:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Sep 2010 19:48:07 +0000 (19:48 +0000)
commitd5c3f6c839403605d0e2c481d9b7d4e7b9aa4694
tree706ee289a99ef35cb83e65239a33efe923090fa1
parent331722d411b86fe8dbe64072ca5ca4f06b06409f
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
Modules/_io/bytesio.c
Modules/_io/stringio.c