summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-12-20 14:58:21 (GMT)
committerGitHub <noreply@github.com>2017-12-20 14:58:21 (GMT)
commit1f1a34c3145781628e10534440017b3b43211a60 (patch)
treea69adc703ecdbd1749bc9b6671d73d04742c9843 /Misc/NEWS.d
parent776407fe893fd42972c7e3f71423d9d86741d07c (diff)
downloadcpython-1f1a34c3145781628e10534440017b3b43211a60.zip
cpython-1f1a34c3145781628e10534440017b3b43211a60.tar.gz
cpython-1f1a34c3145781628e10534440017b3b43211a60.tar.bz2
bpo-32379: Faster MRO computation for single inheritance (#4932)
* bpo-32379: Faster MRO computation for single inheritance
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2017-12-19-21-14-41.bpo-32379.B7mOmI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-12-19-21-14-41.bpo-32379.B7mOmI.rst b/Misc/NEWS.d/next/Core and Builtins/2017-12-19-21-14-41.bpo-32379.B7mOmI.rst
new file mode 100644
index 0000000..1050c61
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2017-12-19-21-14-41.bpo-32379.B7mOmI.rst
@@ -0,0 +1 @@
+Make MRO computation faster when a class inherits from a single base.