Jason R. Coombs

Results 1062 comments of Jason R. Coombs

The issue appears to be unrelated to free threading and instead to changes in 3.13 in general (https://github.com/pytest-dev/pyfakefs/issues/1017).

It's not so simple. Easy-install is used by tests requires and setup requires, which has not replacement. Perhaps it makes sense to only replace those functions.

> If I'm not mistaken, running pip install while pip is already running can cause problems. The only way that this is going to work is if pip understands setup_requires...

Sorry for the late follow-up. > @jaraco what do you think about autogenerating pyproject.toml for source distributions? I think I'd rather users be incentivized to provide the declaration in the...

This issue continues to be an issue if only because not every invocation of `setup.py` goes through a PEP 518 runner. For example, [tox invokes](https://github.com/tox-dev/tox/issues/1100) `setup.py --name` to get the...

At this point it seems safe to me that setuptools should be emitting a UserWarning or SetuptoolsDeprecationWarning when easy_install is used or `setup.py install` is used except in the usages...

Awesome! I'll try it out. In the meantime, can you tell me why the "Suspend(true/false)" is there and when is it needed?

Agreed, you shouldn't have to modify ExponentialBackoff in order to disconnect. I presume you're using the `irc.bot.SingleServerIRCBot`. Why not override `_on_disconnect` in a subclass? Or you could set your bot's...

I'm closing this issue, but I'd love to hear if the recommendation works for you or if there's more you think the library could do to help here.

> it gives me this error: > > ``` > 'utf-8' codec can't decode byte 0xe4 in position 54: invalid continuation byte > was opened with the wrong encoding (utf-8)...