This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/77645] [6/7 Regression] Python xmethods tests failing


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77645

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Sep 19 15:49:19 2016
New Revision: 240233

URL: https://gcc.gnu.org/viewcvs?rev=240233&root=gcc&view=rev
Log:
libstdc++/77645 Fix xmethods for std::list

        PR libstdc++/77645
        * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index): Rename
        argument.
        (ListWorkerBase.get_value_from_node): Define new method.
        (ListFrontWorker.__call__, ListBackWorker.__call__): Use it.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/libstdcxx/v6/xmethods.py

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]