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 python-dev
Recipients Alexander Riccio, larry, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-12-13.20:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151213204118.2704.54200@psf.io>
In-reply-to
Content
New changeset 39ce98d9b6b7 by Victor Stinner in branch '3.5':
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
https://hg.python.org/cpython/rev/39ce98d9b6b7

New changeset e373ec3c2969 by Victor Stinner in branch 'default':
(Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
https://hg.python.org/cpython/rev/e373ec3c2969
History
Date User Action Args
2015-12-13 20:41:21python-devsetrecipients: + python-dev, paul.moore, vstinner, larry, tim.golden, zach.ware, steve.dower, Alexander Riccio
2015-12-13 20:41:21python-devlinkissue25846 messages
2015-12-13 20:41:21python-devcreate