A5rocks
A5rocks
> so you don't need to verify on any other versions Yeah, I don't remember what I was thinking when writing that initial comment (probably was just because I wasn't...
Are there any issues with this? I'd like to merge this otherwise.
> > The `Unused "type: ignore" comment` in mypy-primer are surprising, since they indicate that some type checker behavior changed, but the description of the PR suggests it should only...
This still has the old behavior -- it only uses threads if `main_category_id` is a text channel. (At least it should work with a category; I only tested with None...
I'm unable to reproduce either of those -- do you have some steps I should follow? (I can see where in the code they happen and could blindly put guards...
I've been testing repeating: 1. Set main category id to a category 2. Create a thread 3. Close it 4. Switch main category id to a text channel 5. Create...
I took a wild guess -- let me know if that fixes it (I am still unable to repro...) (for people skimming this PR: I changed modmail threads to cache...
What OS (Windows?)? What happens if you `python -X dev -c "import trio"`? (I'm not sure anything will change, but...)
My working hypothesis is that something is incorrect in your Python installation because to my knowledge trio shouldn't cause that.
> Thank you for answer!I am using windows and I got blow using python -X dev -c "import trio" > > > > `python -X dev -c "import trio >...