pystack 1.4.0__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. {pystack-1.4.0 → pystack-1.4.1}/.bumpversion.cfg +1 -1
  2. {pystack-1.4.0 → pystack-1.4.1}/NEWS.rst +10 -0
  3. {pystack-1.4.0 → pystack-1.4.1}/PKG-INFO +1 -1
  4. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/gc.h +0 -24
  5. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/version.cpp +1 -1
  6. pystack-1.4.1/src/pystack/_version.py +1 -0
  7. {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/PKG-INFO +1 -1
  8. pystack-1.4.0/src/pystack/_version.py +0 -1
  9. {pystack-1.4.0 → pystack-1.4.1}/.pre-commit-config.yaml +0 -0
  10. {pystack-1.4.0 → pystack-1.4.1}/LICENSE +0 -0
  11. {pystack-1.4.0 → pystack-1.4.1}/MANIFEST.in +0 -0
  12. {pystack-1.4.0 → pystack-1.4.1}/Makefile +0 -0
  13. {pystack-1.4.0 → pystack-1.4.1}/README.md +0 -0
  14. {pystack-1.4.0 → pystack-1.4.1}/build_scripts/elfutils_contiguous_segments.diff +0 -0
  15. {pystack-1.4.0 → pystack-1.4.1}/pyproject.toml +0 -0
  16. {pystack-1.4.0 → pystack-1.4.1}/setup.cfg +0 -0
  17. {pystack-1.4.0 → pystack-1.4.1}/setup.py +0 -0
  18. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/__init__.py +0 -0
  19. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/__main__.py +0 -0
  20. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/CMakeLists.txt +0 -0
  21. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/__init__.pxd +0 -0
  22. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/compat.h +0 -0
  23. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.cpp +0 -0
  24. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.h +0 -0
  25. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.pxd +0 -0
  26. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/code.h +0 -0
  27. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/dict.h +0 -0
  28. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/float.h +0 -0
  29. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/frame.h +0 -0
  30. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/int.h +0 -0
  31. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/interpreter.h +0 -0
  32. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/list.h +0 -0
  33. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/object.h +0 -0
  34. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/pthread.h +0 -0
  35. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/runtime.h +0 -0
  36. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/string.h +0 -0
  37. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/thread.h +0 -0
  38. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/tuple.h +0 -0
  39. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.cpp +0 -0
  40. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.h +0 -0
  41. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.pxd +0 -0
  42. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.cpp +0 -0
  43. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.h +0 -0
  44. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.pxd +0 -0
  45. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.cpp +0 -0
  46. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.h +0 -0
  47. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.pxd +0 -0
  48. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/native_frame.h +0 -0
  49. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/native_frame.pxd +0 -0
  50. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.cpp +0 -0
  51. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.h +0 -0
  52. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.pxd +0 -0
  53. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.cpp +0 -0
  54. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.h +0 -0
  55. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.pxd +0 -0
  56. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycompat.h +0 -0
  57. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.cpp +0 -0
  58. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.h +0 -0
  59. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.pxd +0 -0
  60. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.cpp +0 -0
  61. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.h +0 -0
  62. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.pxd +0 -0
  63. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pytypes.cpp +0 -0
  64. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pytypes.h +0 -0
  65. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/structure.h +0 -0
  66. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/unwinder.cpp +0 -0
  67. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/unwinder.h +0 -0
  68. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/version.h +0 -0
  69. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack.pyi +0 -0
  70. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack.pyx +0 -0
  71. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/colors.py +0 -0
  72. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/engine.py +0 -0
  73. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/errors.py +0 -0
  74. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/maps.py +0 -0
  75. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/process.py +0 -0
  76. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/py.typed +0 -0
  77. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/traceback_formatter.py +0 -0
  78. {pystack-1.4.0 → pystack-1.4.1}/src/pystack/types.py +0 -0
  79. {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/SOURCES.txt +0 -0
  80. {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/dependency_links.txt +0 -0
  81. {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/entry_points.txt +0 -0
  82. {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.4.0
2
+ current_version = 1.4.1
3
3
  commit = True
4
4
  message =
5
5
  Prepare for {new_version} release
@@ -8,6 +8,15 @@ Changelog
8
8
 
9
9
  .. towncrier release notes start
10
10
 
11
+ pystack 1.4.1 (2024-10-04)
12
+ --------------------------
13
+
14
+ Features
15
+ ~~~~~~~~
16
+
17
+ - Improve our ability to debug Python 3.13 processes when the ``_Py_DebugOffsets`` cannot be located by accounting for a structure layout change in CPython 3.13.0rc3 (the reversion of the incremental cyclic garbage collector). (#213)
18
+
19
+
11
20
  pystack 1.4.0 (2024-09-11)
12
21
  --------------------------
13
22
 
@@ -15,6 +24,7 @@ Features
15
24
  ~~~~~~~~
16
25
 
17
26
  - Add support for Python 3.13 (#186)
27
+ - Add support for gzip compressed corefiles (#171)
18
28
  - Add a new ``--version`` command line flag to show the version of pystack (#203)
19
29
  - Support debugging free-threading (a.k.a. "nogil") Python 3.13 builds. Note that PyStack can't itself be run with ``python3.13t``, it can only attach to a ``python3.13t`` process or core file from another interpreter. (#206)
20
30
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pystack
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Analysis of the stack of remote python processes
5
5
  Home-page: https://github.com/bloomberg/pystack
6
6
  Author: Pablo Galindo Salgado
@@ -82,28 +82,4 @@ struct _gc_runtime_state
82
82
  };
83
83
 
84
84
  } // namespace Python3_8
85
-
86
- namespace Python3_13 {
87
-
88
- using Python3_8::gc_generation;
89
-
90
- struct _gc_runtime_state
91
- {
92
- PyObject* trash_delete_later;
93
- int trash_delete_nesting;
94
- int enabled;
95
- int debug;
96
- struct gc_generation young;
97
- struct gc_generation old[2];
98
- struct gc_generation permanent_generation;
99
- struct gc_generation_stats generation_stats[NUM_GENERATIONS];
100
- int collecting;
101
- PyObject* garbage;
102
- PyObject* callbacks;
103
- Py_ssize_t heap_size;
104
- Py_ssize_t work_to_do;
105
- int visited_space;
106
- };
107
-
108
- } // namespace Python3_13
109
85
  } // namespace pystack
@@ -677,7 +677,7 @@ python_v python_v3_13 = {
677
677
  py_threadv313<Python3_13::PyThreadState>(),
678
678
  py_isv312<Python3_13::PyInterpreterState>(),
679
679
  py_runtimev313<Python3_13::PyRuntimeState>(),
680
- py_gc<Python3_13::_gc_runtime_state>(),
680
+ py_gc<Python3_8::_gc_runtime_state>(),
681
681
  py_cframe<Python3_12::CFrame>(),
682
682
  py_gilruntimestate<Python3_9::_gil_runtime_state>(),
683
683
  };
@@ -0,0 +1 @@
1
+ __version__ = "1.4.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pystack
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Analysis of the stack of remote python processes
5
5
  Home-page: https://github.com/bloomberg/pystack
6
6
  Author: Pablo Galindo Salgado
@@ -1 +0,0 @@
1
- __version__ = "1.4.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes