-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Add CODEOWNERS for dbm #114555
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
Add CODEOWNERS for dbm #114555
Conversation
@@ -42,6 +42,9 @@ Lib/test/test_type_*.py @JelleZijlstra | |||
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum | |||
Tools/c-analyzer/ @ericsnowcurrently | |||
|
|||
# dbms | |||
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Order is just alphabetical ordered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let me know if you want to be the most preferred backend. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me!
Wait @serhiy-storchaka too :) |
Since there are no code owners for gdbm and ndbm module, I am adding codeowners who are familiar with codebase and possible to review related changes.