Ran Benita

Results 431 comments of Ran Benita

I looked at this briefly some time ago when looking at `Local`'s performance. IIRC (and I might be misremembering), the difficulty was that `contextvars` is rooted in a thread local,...

Thanks for the proposal @jakkdl. Sorry for not looking earlier, @nicoddemus's comment above prompted me to look. Like @nicoddemus I also feel uneasy about deprecating the non-cm forms. The reason...

> And just to double-check, you're also against doing PendingDeprecationWarning? (which is the current state of the PR, I just haven't updated the OP) Since I don't see a reason...

> GitHub Copilot calculates usage per request, and every tool call counts as a request. When their premium requests billing starts this means you'll reach the plan limit in a...

Hi, I don't have time to do the analysis myself, but I always find issues like this fun. The first step to understand the slowdown is to take a profile....

This seems sensible to me. One thing, pytest-django tries to mostly follow Django upstream, and just uses `django.test` underneath as you know. So ideally, this feature suggestion would go through...

Are you not able to put it in e.g. an initial migration?

If I understand correctly, the reason for doing this is that sometimes codecov have issues, and this provides a sort of "DIY" alternative to codecov? However, if we are PRs...

I have a (vain?) hope that someday pytest will be thread safe (i.e. specifically, it should be possible to run multiple pytest instances concurrently in the same process). Currently it...

@kingbuzzman That's a creative solution, I like it! I will definitely try to review this before the next release.