]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Sep 2022 11:43:52 +0000 (04:43 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 11:43:52 +0000 (04:43 -0700)
commit99919d4e8a4eecda918d548e50ad65ecec2317b4
treeb8260b243724c86166600feb1d70445811a41f9f
parent0c443c2315cad48ee15b16bbe94e3a032dd14153
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)

(cherry picked from commit b9634ac776c24bc4d4a57859d884a94cdfe16043)

Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2022-08-28-10-51-19.gh-issue-96352.jTLD2d.rst [new file with mode: 0644]
Objects/object.c