Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
There are two places in the code where we callPy_DECREF twice when_PyOptimizer_Optimize returns-1. In both cases, we do so in the conditional block and then as part of theGOTO_UNWIND macro. This never really happens in practice, but it would be problematic if this error'd.
Line 4741 in34ddb64
| if (optimized<0) { |
Line 4824 in34ddb64
| if (optimized<0) { |