SIGN IN SIGN UP

gh-149879: Fix test_capi on Cygwin (#150252)

Fix Test_Pep523AllowSpecialization tests of test_capi.test_misc.

On Cygwin, _PyEval_EvalFrameDefault in _testinternalcapi is not the
same as _PyEval_EvalFrameDefault in python.exe. So pass NULL
explicitly to use the default function (_PyEval_EvalFrameDefault).
V
Victor Stinner committed
e020836fd412587e520bd9bc3e7788c5f2a6e86e
Parent: 8115360
Committed by GitHub <noreply@github.com> on 5/22/2026, 7:47:32 PM