CrossHair
CrossHair copied to clipboard
Contract enforcement of calls with *a/**kw on windows does not happen.
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.