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 William.Schwartz
Recipients William.Schwartz, eryksun, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-01-19.16:53:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611075221.16.0.866500498863.issue42962@roundup.psfhosted.org>
In-reply-to
Content
> Fixing the SystemError should be simple. Just clear an existing error if TerminateProcess() succeeds.

Should there be a `return NULL;` between these two lines? https://github.com/python/cpython/blob/e485be5b6bd5fde97d78f09e2e4cca7f363763c3/Modules/posixmodule.c#L7854-L7855

I'm not the best person to work on a patch for this.
History
Date User Action Args
2021-01-19 16:53:41William.Schwartzsetrecipients: + William.Schwartz, paul.moore, ncoghlan, vstinner, tim.golden, zach.ware, eryksun, steve.dower
2021-01-19 16:53:41William.Schwartzsetmessageid: <1611075221.16.0.866500498863.issue42962@roundup.psfhosted.org>
2021-01-19 16:53:41William.Schwartzlinkissue42962 messages
2021-01-19 16:53:41William.Schwartzcreate