]> granicus.if.org Git - python/commit
Issue #23708: Fix _Py_read() compilation error on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:53:04 +0000 (23:53 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:53:04 +0000 (23:53 +0100)
commitc1cf4f7ef9e6b295d397bdecbc1a2f9f8f529a14
tree5a7bbe2417764fb71016b656fef85934855522d4
parentc9382eb7ae26dd72ad2ee9736584c2ad6d109085
Issue #23708: Fix _Py_read() compilation error on Windows

Fix typo: self->fd => fd
Python/fileutils.c