| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| #include "Imaging.h" | ||
|
|
||
| #include <math.h> | ||
| #include <stdint.h> |
There was a problem hiding this comment.
One of the reason I think we can rely on C99 is stdint.h was included here unconditionally.
Sorry, something went wrong.
There was a problem hiding this comment.
The default standard used by GCC on CentOS 7 was gnu90, which is not C99, but does support stdint.h. CentOS 7 is no longer supported though. The conclusion from this discussion (#6516) was essentially that if it compiles in all of the test environments, it's okay to use.
Sorry, something went wrong.
| #endif | ||
| #endif | ||
|
|
||
| #if defined(_WIN32) || defined(__CYGWIN__) /* WIN */ |
There was a problem hiding this comment.
I will examine this and return if needed:
#5807
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, I'm not completely clear on your meaning - reconsidering this change is a to-do item for yourself before this PR is ready for merge?
Sorry, something went wrong.
# Conflicts: # setup.py
Move new_block method to _imaging remove _imaging.convert method
Remove unused module Remove ImagingError_Clear alias Do not set PyExc_TypeError after PySequence_Fast Remove ImagingError_OSError alias Use PyErr_Format when possible
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
Just tracking the progress on this.
I've created #9377
Merged in #9378
Merged in #8717
Merged in #8717
|
Sorry, something went wrong.
|
Closing. Many of the changes from this have been merged. If there's anything left here that you think should still be included, please leave a comment explaining why. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Includes some useful changers from #8340.
Improvements