Stan Seibert

Results 146 comments of Stan Seibert

I think this is a request for type annotations on the Numba API to support its usage in projects that are checking their code base with pylance. Numba itself doesn't...

No firm ETA yet. Fixing this is a blocker for Numba 1.0, and we'd like to get that out this year.

Agreed. @stuartarchibald has a Draft PR with free-threading support that he has checked works with both 3.13t and 3.14t: #10226 We were holding the free-threading PR until after the 0.62...

Do you have a version of `coverage` installed in your environment? I don't see it listed in the `pip list --local` listing you have above, but maybe it is being...

Notes on fixing this: * The required class is called `Tracer` and is first found here in coverage 7.6.1: https://github.com/nedbat/coveragepy/blob/7.6.1/coverage/types.py#L86 * Previously the class was called `TracerCore` in versions <...

the arguments for the `anaconda copy` subcommand are pretty confusing. I think we'll need to do some manual testing to find the right combination, because the help reads like you...