You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the discussion for #116637 I noticed that the wrapper for PyEval_EvalCodeEx unnecessary constricts types of some arguments, preventing testing handling of wrong arguments in PyEval_EvalCodeEx.
The proposed PR removes these restrictions and adds many tests for PyEval_EvalCodeEx with different types and values. It also add tests for custom locals, which were not tested before.
Uh oh!
There was an error while loading. Please reload this page.
In the discussion for #116637 I noticed that the wrapper for
PyEval_EvalCodeEx
unnecessary constricts types of some arguments, preventing testing handling of wrong arguments inPyEval_EvalCodeEx
.The proposed PR removes these restrictions and adds many tests for
PyEval_EvalCodeEx
with different types and values. It also add tests for custom locals, which were not tested before.Linked PRs
The text was updated successfully, but these errors were encountered: