CrossHair icon indicating copy to clipboard operation
CrossHair copied to clipboard

Contract enforcement of calls with *a/**kw on windows does not happen.

Open pschanely opened this issue 3 years ago • 0 comments

Some CrossHair tests are failing on Windows, like test_proxy_alone.

I've followed these failures back to this Python tracing bug: python/cpython#89271. Supposedly, this is fixed in Python 3.11. We'll need to investigate whether I can put in a CrossHair hack for the windows + Python<3.11 cases.

pschanely avatar Jun 03 '22 19:06 pschanely