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

Collect refresh sequence pointer #8839

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Jan 25, 2024

Otherwise it will be freed during a collect and potentially overwritten. This is a bug in 8.x but isn't seen as early as in 9.x because 9.x will collect before expanding the split heap further.

Fixes #8793

Otherwise it will be freed during a collect and potentially
overwritten. This is a bug in 8.x but isn't seen as early as in
9.x because 9.x will collect before expanding the split heap
further.

Fixes micropython#8793
@tannewt tannewt added this to the 9.0.0 milestone Jan 25, 2024
@tannewt tannewt requested a review from dhalbert January 25, 2024 18:52
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dhalbert dhalbert merged commit a9f551c into adafruit:main Jan 25, 2024
416 checks passed
dhalbert added a commit that referenced this pull request Jan 26, 2024
Collect refresh sequence pointer: backport to 8.2.x of #8839
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.

E-Ink displays not working with 9.0.0-alpha.6
2 participants