[Python-Dev] Request for review: binary op dispatch rules for subclasses (original) (raw)
Guido van Rossum guido at python.org
Mon Sep 17 19:37:37 EDT 2018
- Previous message (by thread): [Python-Dev] Request for review: binary op dispatch rules for subclasses
- Next message (by thread): [Python-Dev] SEC: Spectre variant 2: GCC: -mindirect-branch=thunk -mindirect-branch-register
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
FWIW I wrote up what I recall about the issue and kicked it to the next BDFL: https://bugs.python.org/issue30140#msg325553
On Fri, Sep 14, 2018 at 6:42 PM Stephan Hoyer <shoyer at gmail.com> wrote:
Over a year ago, I made a pull request ( https://github.com/python/cpython/pull/1325) to fix a long-standing issue with how Python handles dispatch for arithmetic binary operations involving subclasses (https://bugs.python.org/issue30140).
I pinged the bug several times, but I'm still waiting for a review, which would be greatly appreciated! Best, Stephan
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180917/bd9bbb1e/attachment.html>
- Previous message (by thread): [Python-Dev] Request for review: binary op dispatch rules for subclasses
- Next message (by thread): [Python-Dev] SEC: Spectre variant 2: GCC: -mindirect-branch=thunk -mindirect-branch-register
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]