[3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702)#126762
Conversation
…ls (pythonGH-126702) (cherry picked from commit feb3e0b) Co-authored-by: Stephen Morton <github@tungol.org>
|
This needs clear documentation as to the version constraints so that anyone attempting to rely on it knows specifically when it stopped working and in which patch releases it started working. While its removal was a bug, this is also something that people can't reliably depend on in Python by simply knowing the major version if you backport it to 3.12 and 3.13... |
I'm not sure I agree. I feel like by the same logic, we'd never backport any bugfixes? Using multiple inheritance with |
|
I agree with Alex, I think this is just a plain bugfix. |
(cherry picked from commit feb3e0b)
Co-authored-by: Stephen Morton github@tungol.org