]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyFile_WriteObject(): some of the local variables are only used when
authorFred Drake <fdrake@acm.org>
Fri, 19 Mar 2004 15:23:14 +0000 (15:23 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 19 Mar 2004 15:23:14 +0000 (15:23 +0000)
commitacfe104847c5f08cc00d6847efb756734f7cf2b2
tree7b79ce09904f375f5f5fb6cada54f2ae9f363951
parent8d9363f71182af478700c725af5f744793522152
PyFile_WriteObject():  some of the local variables are only used when
                       Py_USING_UNICODE is defined
Objects/fileobject.c