]> granicus.if.org Git - python/commit
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
authorDong-hee Na <donghee.na92@gmail.com>
Sun, 6 Oct 2019 11:28:33 +0000 (20:28 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Oct 2019 11:28:33 +0000 (14:28 +0300)
commitc38e725d17537b20ff090b1b5ec7db1820ff9b63
tree43538ff0c73adcfe30a7db8d28af1a2e24c93436
parent65dcc8a8dc41d3453fd6b987073a5f1b30c5c0fd
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
Lib/test/test_dictviews.py
Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst [new file with mode: 0644]
Objects/dictobject.c