]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_capi on Cygwin (#150252)
authorVictor Stinner <vstinner@python.org>
Fri, 22 May 2026 19:47:32 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 19:47:32 +0000 (21:47 +0200)
commite020836fd412587e520bd9bc3e7788c5f2a6e86e
treed24c921e1e3fbf2fc9a3231c3f5d3d507f77af7e
parent81153601539c009dcc6b68a515541f3025aad122
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).
Modules/_testinternalcapi.c