Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed as not planned
Labels
Description
Team Review Session for Long-Running Pull Requests
We need to organize a code review session to address several long-running pull requests in the cpython repository.
Pull Requests to Review
Based on the long-running PRs in our repository, we should focus on the following:
- PRgh-94543: Clarify the
mkstemp
documentation #107033: "Clarification on how to clean uptempfile.mkstemp
#94543: Clarify themkstemp
documentation" (open since July 2023) - PRgh-88629: Add support for Samesite attribute in cookiejar #105425: "HTTP Cookiejar doesn't support samesite #88629: Add support for Samesite attribute in cookiejar" (open since June 2023)
- PRMatch docstring and args for
posixpath.join
andntpath.join
#104478: "Match docstring and args forposixpath.join
andntpath.join
" (open since May 2023) - PRgh-89519: Emit a warning when classmethod() wraps a non-callable descriptor #92426: "Calling
help
executes @classmethod @property decorated methods #89519: Emit a warning when classmethod() wraps a non-callable descriptor" (open since May 2022) - PRMakefile: have "install" depend on pgo #95287: "Makefile: have "install" depend on pgo" (open since July 2022)
- PRgh-107689: add docstrings to abstract classes #108882: "ctypes: Add docstring for
ctypes.Array
#107689: add docstrings to abstract classes" (open since September 2023) - PRgh-107620: allow argparse suppression to work via set_defaults() #107621: "
argparse
does not correctly handle a default set toSUPPRESS
when usingset_defaults()
#107620: allow argparse suppression to work via set_defaults()" (open since August 2023) - PRgh-52188: emit FutureWarning for negative start/end indices #107105: "re.finditer and re.findall should support negative end positions #52188: emit FutureWarning for negative start/end indices" (open since July 2023)
Proposed Agenda
- Review status of each PR
- Identify blockers or missing reviews
- Prioritize and assign PRs for immediate attention
- Set deadlines for feedback
Please come prepared having looked at the PRs beforehand. Let's focus on clearing this backlog and improving our review process going forward.