r240243 - in /branches/gcc-6-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon Sep 19 17:17:00 GMT 2016
Author: redi
Date: Mon Sep 19 17:17:47 2016
New Revision: 240243
URL: https://gcc.gnu.org/viewcvs?rev=240243&root=gcc&view=rev
Log:
libstdc++/77645 fix deque and vector xmethods for Python 3
PR libstdc++/77645
* python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__)
(DequeWorkerBase.index, VectorWorkerBase.get): Cast results of
division to int to work with Python 3.
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/python/libstdcxx/v6/xmethods.py
More information about the Libstdc++-cvs
mailing list