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.

classification
Title: Second variable DWORD reqdSize in getpythonregpath is initialized but not used
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: Alexander Riccio, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-12-16 22:47 by Alexander Riccio, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg256555 - (view) Author: Alexander Riccio (Alexander Riccio) * Date: 2015-12-16 22:47
See: https://hg.python.org/cpython/file/tip/PC/getpathp.c#l324

The second variable named `reqdSize` in getpythonregpath is initialized but not used.
msg256648 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-12-18 07:55
New changeset 12ca4a3695f9 by Serhiy Storchaka in branch '3.5':
Issue #25893: Removed unused variable reqdSize.
https://hg.python.org/cpython/rev/12ca4a3695f9

New changeset b72736cfc904 by Serhiy Storchaka in branch 'default':
Issue #25893: Removed unused variable reqdSize.
https://hg.python.org/cpython/rev/b72736cfc904
History
Date User Action Args
2022-04-11 14:58:25adminsetgithub: 70081
2015-12-18 08:25:38serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: resolved
2015-12-18 07:55:24python-devsetnosy: + python-dev
messages: + msg256648
2015-12-18 07:33:32serhiy.storchakasetassignee: serhiy.storchaka

nosy: + serhiy.storchaka
versions: + Python 3.6
2015-12-16 22:47:25Alexander Ricciocreate