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:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450305701.06.0.764656657931.issue25891@psf.upfronthosting.co.za>
In-reply-to
Content
See: https://hg.python.org/cpython/file/tip/Modules/posixmodule.c#l12383

The variable int meth_idx is initialized but not used. I have no idea how it got there.
History
Date User Action Args
2015-12-16 22:41:41Alexander Ricciosetrecipients: + Alexander Riccio, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-16 22:41:41Alexander Ricciosetmessageid: <1450305701.06.0.764656657931.issue25891@psf.upfronthosting.co.za>
2015-12-16 22:41:41Alexander Ricciolinkissue25891 messages
2015-12-16 22:41:40Alexander Ricciocreate