Skip to content

gh-151126: Fix missing PyErr_NoMemory in fileutils.c - #151580

Closed
ByteFlowing1337 wants to merge 1 commit into
python:mainfrom
ByteFlowing1337:fix-151126-fileutils
Closed

gh-151126: Fix missing PyErr_NoMemory in fileutils.c#151580
ByteFlowing1337 wants to merge 1 commit into
python:mainfrom
ByteFlowing1337:fix-151126-fileutils

Conversation

@ByteFlowing1337

@ByteFlowing1337ByteFlowing1337 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@ByteFlowing1337

Copy link
Copy Markdown
ContributorAuthor

Oh, I just realized that calling PyErr_NoMemory() is not needed here. The status code is handled by the caller. Closing this now.

@ByteFlowing1337
ByteFlowing1337 deleted the fix-151126-fileutils branch June 17, 2026 08:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ByteFlowing1337