]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
authorMonadChains <monadchains@gmail.com>
Mon, 3 Oct 2022 20:37:15 +0000 (22:37 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 20:37:15 +0000 (13:37 -0700)
commit9302e331c7e2edf1bb42f6b31085408a315195f5
tree17e9ee3a9c62ea301d9943f78b50fc93c994abf6
parent3a49dbb98ccc1b90554ed181386316efa38adfba
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)

* gh-94808: Add test for HasAttrString

* Harmonize to Python C code style guidelines

* Add check to verify no exception thrown
Lib/test/test_class.py
Modules/_testcapimodule.c