]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 5 Nov 2020 09:23:15 +0000 (09:23 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 09:23:15 +0000 (09:23 +0000)
commit80449f243b13311d660eab3a751648029bcdd833
treed1dcd63c3de31c148ff3b9faa25e3836a066fcbc
parent178695b7aee7a7aacd49a3086060e06347d1e556
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Lib/test/test_opcache.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2020-11-04-23-03-25.bpo-42266.G4hGDe.rst [new file with mode: 0644]
PCbuild/lib.pyproj
Python/ceval.c