summaryrefslogtreecommitdiffstats
path: root/Python/ceval_gil.c
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2023-06-14 07:26:48 (GMT)
committerGitHub <noreply@github.com>2023-06-14 07:26:48 (GMT)
commit5cdd5ba49db10f05e204e7a49ce184222a93dce8 (patch)
tree3bae884b11b2b01759d69ab0f98c2bbf9b26346b /Python/ceval_gil.c
parent6199fe3b3236748033a7ce2559aeddb5a91bbbd9 (diff)
downloadcpython-5cdd5ba49db10f05e204e7a49ce184222a93dce8.zip
cpython-5cdd5ba49db10f05e204e7a49ce184222a93dce8.tar.gz
cpython-5cdd5ba49db10f05e204e7a49ce184222a93dce8.tar.bz2
tarfile: Fix positional-only syntax in docs (GH-105770)
The syntax used in the current docs (a / before any args) is invalid. I think the right approach is for the arguments to arbitrary filter functions to be treated as positional-only, meaning that users can supply filter functions with any names for the argument. tarfile.py only calls the filter function with positional arguments.
Diffstat (limited to 'Python/ceval_gil.c')
0 files changed, 0 insertions, 0 deletions