Issue 36796: Error handling cleanup in _testcapimodule.c

Issue36796

Created on 2019-05-04 19:31 by ZackerySpytz, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 13085 open ZackerySpytz, 2019-05-04 19:34
Messages (1)
msg341399 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2019-05-04 19:31
Many functions in _testcapimodule.c lack error handling. This can cause spurious errors when stress testing the interpreter.
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80977
2019-05-04 19:34:47ZackerySpytzsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12999
2019-05-04 19:31:40ZackerySpytzcreate