gh-105751: Remove obsolete `object` base class in some ctypes tests by tomasr8 · Pull Request #107460 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Some classes in the ctypes tests still explicitly inherit from object which is a relic from Python 2.
Let's remove them. (This is a simple change so I think that a separate issue is not necessary?)
- Issue: Rework test_ctypes #105751
ambv
changed the title
ctypes: Remove obsolete
gh-105751: Remove obsolete object base class in some test casesobject base class in some ctypes tests
Sorry, @tomasr8 and @ambv, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 520efecfc3aed34d3a44545c7cd872d1aea8c7dc 3.12
Sorry, @tomasr8 and @ambv, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 520efecfc3aed34d3a44545c7cd872d1aea8c7dc 3.11
tomasr8
deleted the
ctypes-remove-object
branch
ambv pushed a commit to ambv/cpython that referenced this pull request
…types tests (pythonGH-107460) (cherry picked from commit 520efec) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
ambv pushed a commit to ambv/cpython that referenced this pull request
…types tests (pythonGH-107460) (cherry picked from commit 520efec) Co-authored-by: Tomas R <tomas.roun8@gmail.com>