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

Handle 3.13.0rc3 #213

Merged
merged 4 commits into from
Oct 5, 2024
Merged

Handle 3.13.0rc3 #213

merged 4 commits into from
Oct 5, 2024

Conversation

godlygeek
Copy link
Contributor

The incremental cyclic GC was reverted for Python 3.13, and our struct offsets need to account for this change in order for us to successfully debug Python 3.13 processes where the _Py_DebugOffsets structure cannot be located (which should be rare, but which we nonetheless intend to support).

The incremental cyclic garbage collector has been reverted, and so
Python 3.13 final will use the same `_gc_runtime_state` structure as has
been used since Python 3.8.

Signed-off-by: Matt Wozniski <[email protected]>
The news file was in the wrong format and so was missed when cutting the
release.

Signed-off-by: Matt Wozniski <[email protected]>
See changelog for more details.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek self-assigned this Oct 4, 2024
Until now we've been requiring every PR affect a file in the news/
directory or be labeled with `skip-news`. Also allow a PR to directly
touch NEWS.rst instead.

Signed-off-by: Matt Wozniski <[email protected]>
@pablogsal pablogsal merged commit 6210a11 into bloomberg:main Oct 5, 2024
23 checks passed
@godlygeek godlygeek deleted the handle_3.13.0rc3 branch October 5, 2024 15:27
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.

2 participants