Skip to content
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

Remove deprecated imp module #81

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Remove deprecated imp module #81

merged 1 commit into from
Nov 5, 2023

Conversation

hamarituc
Copy link
Contributor

imp is deprecated from Python 3.12 onward. This PR removes this deprecated module, so python-ptrace is compatible to Python 3.12

@mgorny
Copy link

mgorny commented Nov 5, 2023

@vstinner, ping.

@vstinner vstinner merged commit 68ed63b into vstinner:main Nov 5, 2023
5 checks passed
@vstinner
Copy link
Owner

vstinner commented Nov 5, 2023

Tests pass, so i'm fine with it. Merged, thanks!

@hamarituc hamarituc deleted the py3.12 branch November 5, 2023 22:08
@mgorny
Copy link

mgorny commented Nov 6, 2023

Thank you!

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Mar 6, 2024
https://build.opensuse.org/request/show/1155342
by user mcepl + dimstar_suse
- Update to 0.9.8
  * Added Arm 64bit (AArch64) support.
  * Implemented ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET``
    required on AArch64 and available on Linux.
  * Issue #66: Fix ``SIGTRAP|0x80`` or ``SIGTRAP`` wait in
    syscall_state.exit  (``PTRACE_O_TRACESYSGOOD``).
- Build PEP517 wheels separately in multibuild
- Add patchtes for Python 3.12:
  * python-ptrace-pr81-importlib.patch gh#vstinner/python-ptrace#81
  * python-ptrace-pr83-importlib.patch gh#vstinner/python-ptrace#83
- Remove upstreamed patch:
  * add-aarch64-support.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants