]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 4 Sep 2003 19:02:20 +0000 (19:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 4 Sep 2003 19:02:20 +0000 (19:02 +0000)
commit41add1706d2c41ad0b41b689dc40322b042e1a4c
tree5254e7be365f3f4df805a92fd66ae460a68965a3
parente95fc573fb4b75616c4c178655c7a094a9736e87
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
Fixes #603724.
Include/fileobject.h
Misc/NEWS
Objects/fileobject.c