[python-committers] Re: Welcome Brandt Bucher to the team!

2020-09-16 Thread Brandt Bucher
Thanks! I've written a longer response on the voting thread: https://discuss.python.org/t/vote-to-promote-brandt-bucher/5135/10 Brandt ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-commi

[python-committers] Re: Welcome Brandt Bucher to the team!

2020-09-16 Thread Brandt Bucher
Mariatta wrote: > Will you be joining the core sprint next month? I certainly hope to join! I'll register as soon as I can confirm my availability. ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python

[python-committers] Re: Is adding an email package "defect" a new feature?

2020-10-26 Thread Brandt Bucher
Brett Cannon wrote: > Our lesson from our "innocuous" addition of booleans makes me leery of > anything that tweaks the API such that it isn't compatible in the same > feature release. Agreed. I'm not 100% sure of the context, but were a few typing module additions a while back that made CI a b

[python-committers] Re: PRs for 3.9

2020-12-12 Thread Brandt Bucher
I saw a (seemingly) related issue with the bots not creating 3.8 and 3.9 backports for this PR: https://github.com/python/cpython/pull/22736 No failure message or anything. Just saying they’re “working to backport” the changes and never doing it. ___

[python-committers] Re: PRs for 3.9

2020-12-12 Thread Brandt Bucher
Thanks Mariatta! ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.p

[python-committers] Re: Pattern Matching

2021-02-05 Thread Brandt Bucher
As I understand it, we’re the next PEP “in line” for a ruling. I imagine it could happen soon (but I know the SC has been quite busy). If anybody is interested in getting this (huge) feature into the hands of alpha testers as quickly as possible once they *do* make their decision, the implement

[python-committers] Re: core-dev chat

2021-05-15 Thread Brandt Bucher
Paul Moore wrote: > In case it's not clear, I'd *like* a chat-style community, but I'd prefer it > to be a little more "social". We have plenty of "work-related" communication > channels, but IMO we don't really have anywhere that's the online equivalent > of the workplace "hanging out around th

[python-committers] Re: What is github trying to tell me?

2021-09-04 Thread Brandt Bucher
I’ve had some pretty weird interactions with that bot too: https://github.com/python/cpython/pull/27397 I’ve found in general that these messages are pretty noisy, and not very helpful. For example, backporting a PR to another branch usually results in me receiving around a dozen different emai

[python-committers] Re: Refleak tests in CI

2022-01-28 Thread Brandt Bucher
Is there a possible middle ground here? Rather than a required PR check (or a full buildbot run), maybe we could just add a new “magic” label that runs a single refleak job using the GitHub actions runners. ___ python-committers mailing list -- python-c