[issue36796] Error handling cleanup in _testcapimodule.c

2019-05-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +12999 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36796] Error handling cleanup in _testcapimodule.c

2019-05-04 Thread Zackery Spytz
New submission from Zackery Spytz : Many functions in _testcapimodule.c lack error handling. This can cause spurious errors when stress testing the interpreter. -- components: Extension Modules messages: 341399 nosy: ZackerySpytz priority: normal severity: normal status: open title: Er