We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9a83c commit 50df76bCopy full SHA for 50df76b
1 file changed
doc/changelog.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-python-ptrace 0.9.9
+python-ptrace 0.9.9 (2024-03-13)
7
--------------------------------
8
9
* Fix arguments of pipe/pipe2 system calls for proper display in call format.
@@ -13,7 +13,9 @@ python-ptrace 0.9.9
13
* Added RISCV (riscv32/riscv64) support.
14
Patch by Andreas Schwab and vimer/yuzibo.
15
* Fix stray exception raised by child processes terminating with exit code 255.
16
- Path by Duane Voth/duanev
+ Patch by Duane Voth/duanev.
17
+* Removed usage of the ``imp`` module.
18
+ Collaboration between Mario Haustein/hamarituc and Stephen Kitt/skitt.
19
20
python-ptrace 0.9.8 (2021-03-17)
21
0 commit comments