-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-105751: Remove obsolete object base class in some ctypes tests
#107460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
object base class in some test casesobject base class in some ctypes tests
|
Sorry, @tomasr8 and @ambv, I could not cleanly backport this to |
|
Sorry, @tomasr8 and @ambv, I could not cleanly backport this to |
…types tests (pythonGH-107460) (cherry picked from commit 520efec) Co-authored-by: Tomas R <[email protected]>
|
GH-107501 is a backport of this pull request to the 3.12 branch. |
…types tests (pythonGH-107460) (cherry picked from commit 520efec) Co-authored-by: Tomas R <[email protected]>
|
GH-107502 is a backport of this pull request to the 3.11 branch. |
…tests (GH-107460) (#107502) (cherry picked from commit 520efec) Co-authored-by: Tomas R <[email protected]>
…tests (GH-107460) (#107501) (cherry picked from commit 520efec) Co-authored-by: Tomas R <[email protected]>
Some classes in the
ctypestests still explicitly inherit fromobjectwhich 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?)