8000 CODEOWNERS: add myself to sysconfig and importlib.resources by FFY00 · Pull Request #98851 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

CODEOWNERS: add my 8000 self to sysconfig and importlib.resources #98851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

FFY00
Copy link
Member
@FFY00 FFY00 commented Oct 29, 2022

sysconfig as per python/devguide#974 (probably wait until/if that gets merged)
importlib.resources as I have been co-maintaining https://github.com/python/importlib_resources for a while

Signed-off-by: Filipe Laíns <lains@riseup.net>
@FFY00 FFY00 merged commit f7a82cd into python:main Nov 9, 2022
@FFY00 FFY00 deleted the codeowners-ffy00 branch November 9, 2022 03:27
@miss-islington
Copy link
Contributor

Thanks @FFY00 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @FFY00, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f7a82cde59b82cb15cbd983ed48c46b5e074631d 3.11

@miss-islington
Copy link
Contributor

Sorry @FFY00, I had trouble checking out the 3.10 backport branch.
Please retry by removing and re-adding the "needs backport to 3.10" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker f7a82cde59b82cb15cbd983ed48c46b5e074631d 3.10

@FFY00 FFY00 restored the codeowners-ffy00 branch August 8, 2023 01:27
@ZeroIntensity ZeroIntensity removed needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0