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.
- {pystack-1.4.0 → pystack-1.4.1}/.bumpversion.cfg +1 -1
- {pystack-1.4.0 → pystack-1.4.1}/NEWS.rst +10 -0
- {pystack-1.4.0 → pystack-1.4.1}/PKG-INFO +1 -1
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/gc.h +0 -24
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/version.cpp +1 -1
- pystack-1.4.1/src/pystack/_version.py +1 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/PKG-INFO +1 -1
- pystack-1.4.0/src/pystack/_version.py +0 -1
- {pystack-1.4.0 → pystack-1.4.1}/.pre-commit-config.yaml +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/LICENSE +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/MANIFEST.in +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/Makefile +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/README.md +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/build_scripts/elfutils_contiguous_segments.diff +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/pyproject.toml +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/setup.cfg +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/setup.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/__init__.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/__main__.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/CMakeLists.txt +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/__init__.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/compat.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/corefile.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/code.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/dict.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/float.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/frame.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/int.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/interpreter.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/list.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/object.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/pthread.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/runtime.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/string.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/thread.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/cpython/tuple.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/elf_common.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/logging.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/mem.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/native_frame.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/native_frame.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/process.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycode.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pycompat.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pyframe.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pythread.pxd +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pytypes.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/pytypes.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/structure.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/unwinder.cpp +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/unwinder.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack/version.h +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack.pyi +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/_pystack.pyx +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/colors.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/engine.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/errors.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/maps.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/process.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/py.typed +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/traceback_formatter.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack/types.py +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/SOURCES.txt +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/dependency_links.txt +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/entry_points.txt +0 -0
- {pystack-1.4.0 → pystack-1.4.1}/src/pystack.egg-info/top_level.txt +0 -0
|
@@ -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
|
|
|
@@ -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<
|
|
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 +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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|