This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander Riccio
Recipients Alexander Riccio, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-16.22:38:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450305505.9.0.129270836576.issue25890@psf.upfronthosting.co.za>
In-reply-to
Content
See: https://hg.python.org/cpython/file/tip/Modules/posixmodule.c#l3466

The variable PyObject *po in _listdir_windows_no_opendir is initialized but not used. Given that there's a variable named po_wchars, and two PyObject variables, I'm going to guess that the programmer forgot about `v`.
History
Date User Action Args
2015-12-16 22:38:25Alexander Ricciosetrecipients: + Alexander Riccio, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-16 22:38:25Alexander Ricciosetmessageid: <1450305505.9.0.129270836576.issue25890@psf.upfronthosting.co.za>
2015-12-16 22:38:25Alexander Ricciolinkissue25890 messages
2015-12-16 22:38:25Alexander Ricciocreate