jhance

Results 36 comments of jhance

No, I actually built it from upstream source and linked it statically in with some flag (iirc `--extra-link-objects` or something). In my patch to `vmprof-python` I removed all traces of...

You can run them in parallel and it won't take 12x the time. If anything, doing it in one process will be slower because its python and the GIL exists....

We actually have this internally so should be out in the next time we mirror the changes to github. (Along with anything else that failed to build on GCC11)

@cavaliercoder Dropbox has its own python rules. We maintain https://github.com/dropbox/dbx_build_tools and very minimally use the rules_python rules (mostly just for things that come before making our interpreter binary). Our rules...

@sobolevn Do you have any ideas what is going on in stubtest?

Released: https://mypy-lang.blogspot.com/2022/09/mypy-0981-released.html

Ugh, I fixed that for the kwargs elsewhere. It seems like the script we use to convert to html has some bug I fixed the tight

We do not use docker but we use https://github.com/dropbox/dbx_build_tools/blob/master/build_tools/bazel/pkg.bzl to package our binaries.

I imagine that cases where we need to know that this flag even exists (which I did not know) are much less with the current default? I would need to...