Jason R. Coombs

Results 1062 comments of Jason R. Coombs

`setuptools` has had some experience with this issue. Instead of invoking its builds in a subprocess, it instead used attempted to use an in-process context-manager [sandbox](https://github.com/pypa/setuptools/blob/760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835/setuptools/sandbox.py) to save everything, run...

I don't believe a changelog is needed for this internal refactor, but let me know if you'd like one.

Rebased and changelog added. Also, I removed the boolean parameters as they don't appear to be needed. Feel free to merge the parent commit instead if you think those parameters...

As reported in the dupe bug, this bug led to masking a user mistake.

> Would this mean pushing to `main` would attempt to push to `upstream/main`? Yes, it seems that's the case :( ``` draft $ git clone gh://python/cpython Cloning into 'cpython'... remote:...

> I'll update the docs to reflect this approach. This is done in 3fdba64.

FYI, Since I last visited this issue, I've implemented [jaraco.develop.git.configure_fork](https://github.com/jaraco/jaraco.develop/blob/5a023776582cccf3f8a633672f64d324b154bacd/jaraco/develop/git.py#L150-L160), which I use to checkout cpython (and other projects to which I contribute through forks) so that I don't have...

> @jaraco should pdb.ScriptTarget pdb.ModuleTarget be documented? I think they were intended to be implementation details. Correct. Those are implementation details.

I'm seeing this issue also. Here's a more minimal example: ``` inflect feature/black $ cat > test.py test_cases = { "blah blah blah blah blah blah blah blah blah blah...

Hi anki-code. Sorry it took some time to get around to this, but I'm looping back on it. Unfortunately, `xonsh-zip` also seems to encounter a similar error: ``` ~ $...