mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Issue #6368: Fixed unused variable warning on Unix.
This commit is contained in:
parent
e323e0e91a
commit
5c3dd9a1ee
1 changed files with 2 additions and 0 deletions
|
@ -2238,7 +2238,9 @@ file_init(PyObject *self, PyObject *args, PyObject *kwds)
|
|||
char *mode = "r";
|
||||
int bufsize = -1;
|
||||
int wideargument = 0;
|
||||
#ifdef MS_WINDOWS
|
||||
PyObject *po;
|
||||
#endif
|
||||
|
||||
assert(PyFile_Check(self));
|
||||
if (foself->f_fp != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue