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 ZackerySpytz
Recipients ZackerySpytz, dogbert2, steve.dower, tim.golden, zach.ware
Date 2018-09-03.04:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535949086.49.0.56676864532.issue23855@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested patch is not acceptable: MemoryError should be raised in the unlikely event of a malloc() failure, there's a missing call to MsiCloseHandle(), the use of tabs violates PEP 7, and there's a blatant syntax error.
History
Date User Action Args
2018-09-03 04:31:26ZackerySpytzsetrecipients: + ZackerySpytz, tim.golden, zach.ware, steve.dower, dogbert2
2018-09-03 04:31:26ZackerySpytzsetmessageid: <1535949086.49.0.56676864532.issue23855@psf.upfronthosting.co.za>
2018-09-03 04:31:26ZackerySpytzlinkissue23855 messages
2018-09-03 04:31:26ZackerySpytzcreate