]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Indexing is more straight-forward (and faster) than unpacking (gh-145154)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 23 Feb 2026 18:31:35 +0000 (12:31 -0600)
committerGitHub <noreply@github.com>
Mon, 23 Feb 2026 18:31:35 +0000 (12:31 -0600)
commitc7d7105b8d230741a5fa04924701d5245d07dace
treef53519bdcf1a06e986573eb5c59068067de679a4
parent6180e79ed2175f7b095807b78a5ea58b4da3de0b
Indexing is more straight-forward (and faster) than unpacking (gh-145154)
Lib/heapq.py