Bénédikt Tran
Bénédikt Tran
I don't really have a good title for this issue, but the CPython issue speaks for itself. It appears we are still misranking titles in some cases (the 3.11 doc...
### Describe the bug > It's interesting to see that the `::` construction fails when inside the `versionadded/versionchanged` directive. It might actually be an issue in Sphinx (because otherwise, the...
This patch is based on https://github.com/python/cpython/issues/119004#issuecomment-2108272841 but some bits needed to be added here and there. * Issue: gh-119004 ---- 📚 Documentation preview 📚: https://cpython-previews--121329.org.readthedocs.build/
# Enhancement By adding a C accelerator, it is possible to improve the running time of `fnmatch.filter` and `fnmatch.translate` (the previous proposal is no longer correct since `fnmatch(3)` does not...
> Personally I'd probably favor a label for virtually any standard library module that gets a significant issue volume; I don't think the cost of a new label is very...
I would like to add the `CI` label for categorizing issues and PRs focusing on improving or updating CI/GHA related files. A more generic name would be a `github-actions` label...
This is a proposal for fixing the side-effects that could arise from `Py_EQ`. Similar to the patch where I fixed `OrderedDict.__eq__`, I did not modify the pure Python implementation but...
* Issue: gh-125420
* Issue: gh-94512
This is a proposal for rejecting `default_factory` on fields if the dataclass does not have an `__init__` method. * Issue: gh-89529