Kirill Podoprigora
Kirill Podoprigora
> I don't find any results in the top 8k PyPI projects (searching for `"functools.reduce.*(function=|sequence=)"` or `" reduce\(.*(function=|sequence=)"`). > > > FYI pypy accepts keyword arguments: > > Is there...
I'm in favor of making keyword args supported for `_functools.reduce`. If others don't complain about it, I'll rework this PR!
> What's the status of this PR? I'm now confused :-( I'm waiting for PR #125917 to be merged, so the `initial` argument would be pos-and-keyword. Therefore, I will change...
Thanks to all who participated! ❤️
Hello! Thanks for the report. Confirmed on current main as well. 3.12 behavior: ```python admin@Admins-MacBook-Air ~/p/cpython (main)> python3.12 Python 3.12.7 (main, Oct 1 2024, 02:05:46) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin...
I think it's worth moving `Python/tier2_engine.md` and `Python/vm_state.md` to the `InternalDocs` directory. What do you think, Irit?
> Yes, but it needs to be reviewed to make sure verrything is up to date while we do that. Would you like to make a PR? I'm happy to...
@sobolevn I think your solution is the only one that is correct. There's a known issues with clearing during the comparison: https://github.com/python/cpython/issues/82769 Unfortunately, the nature of ``OrderedDict`` does not allow...
I've able to reproduce it on current main (Windows 10).