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: if(status = ERROR_MORE_DATA)
Type: Stage:
Components: Windows Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gnarfk
Priority: normal Keywords:

Created on 2006-10-09 18:27 by gnarfk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg30194 - (view) Author: Helmut Grohne (gnarfk) Date: 2006-10-09 18:27
Go to PC/_msi.c around line 498 and search out for a
line like:
if(status = ERROR_MORE_DATA) {
This is a bug. It leaks.
msg30195 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-09 18:57
Logged In: YES 
user_id=849994

Duplicate of #1572724. Thanks for reporting though.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44103
2006-10-09 18:27:13gnarfkcreate