Gregory P. Smith

Results 34 issues of Gregory P. Smith

https://github.com/google/python_portpicker/ The additional feature it provides is integration with the concept of a portserver (it provides an example portserver) when one is present that manages the lifetime of port reservations...

I was hoping to use the we blurb_it to write a NEWS entry for someone's PR that currently lacked one while reviewing it. Unfortunately only appear to be able to...

``` python/cpython/gpshead (main)$ cherry_picker a6c1c04d4d2339f0094422974ae3f26f8c7c8565 3.12 --upstream-remote=upstream --pr-remote=origin 🐍 🍒 ⛏ You're not inside a cpython repo right now! 🙅 python/cpython/gpshead (main)$ cherry_picker --version cherry_picker, version 2.2.0 ``` It appears...

running cherry_picker 2.2.0 for a 3.12 backport, I get `subprocess.CalledProcessError: Command '['git', 'log', '--format=%H', '3.12..']' returned non-zero exit status 128.` and nothing else. I'm left to manually recreate that command...

enhancement

This should significantly reduce build latency, particularly rebuild latency when minor changes are pushed in PR branches. It can help across builds, but as the main branch point of a...

The instructions at https://cpython-devguide.readthedocs.io/gitbootcamp.html#syncing-with-upstream tell you how to pull changes into your forked repository and how to pull them into your branch that you may have made a PR out...

BPO | [46077](https://bugs.python.org/issue46077) --- | :--- Nosy | @gpshead, @ydroneaud *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...

gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (cherry picked from commit 8334a1b55c93068f5d243852029baa83377ff6c9 in the 3.12 branch) gh-120298: Fix use after free in `list_richcompare`.

it appears the docs.01.org/clearlinux domain name is yours and redirects to clearlinux.org, but the path being used gives a 404 - this proposes the direct link. edit the PR as...

The `using-constant-test` warning shows up on uses of things that pylint does not understand are properties when it could not inspect the decorator implementation. ### Reproduction Given the following code,...

Bug :beetle:
inference
Decorators
False Positive 🦟