gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` by ever0de · Pull Request #136538 · python/cpython
…ass.py` The `Py_TPFLAGS_MANAGED_DICT` constant in `Lib/test/test_class.py` was incorrectly set to (1 << 2) instead of the correct (1 << 4) from object.h.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…ass.py` (pythongh-136538) (cherry picked from commit aa4b5a7) Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…ass.py` (pythongh-136538) (cherry picked from commit aa4b5a7) Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters