]> 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:46:53 +0000 (04:46 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 11:46:53 +0000 (04:46 -0700)
commit19b94bc136b188d3da5ab8d02b93eb55a48bc641
tree405329a8fe5e10102ffb69f481c2e0e98a4c0f14
parent3ae2be69cc7d99979e00d2ea9217496b8529bdd6
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