FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use Py_RETURN_NONE macro when possible by radarhere · Pull Request #8717 · python-pillow/Pillow · GitHub

Use Py_RETURN_NONE macro when possible - #8717

Merged
radarhere merged 3 commits into
python-pillow:mainfrom
radarhere:none
Jan 30, 2025
Merged

Use Py_RETURN_NONE macro when possible#8717
radarhere merged 3 commits into
python-pillow:mainfrom
radarhere:none

Conversation

radarhere commented Jan 27, 2025
edited
Loading

Copy link
Copy Markdown
Member

Cherry-picks from #8389

  1. Replaces
Py_INCREF(Py_None);
return Py_None;

with

Py_RETURN_NONE;
  1. Removes header reference to non-existent ImagingMpegDecode function.

  2. Removed unused Except.c

radarhere merged commit e4f2a4a into python-pillow:main Jan 30, 2025
radarhere deleted the none branch January 30, 2025 11:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL