Skip to content

Conversation

@benjaminp
Copy link
Contributor

Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM except of my comment.

Check also win_config.h of expat? (Sorry I cannot right now.)

#define BYTEORDER 1234
#endif

#define HAVE_MEMMOVE
Copy link
Member

Choose a reason for hiding this comment

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

Please add 1.

Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
@benjaminp
Copy link
Contributor Author

win_config.h already defines HAVE_MEMMOVE.

@benjaminp benjaminp merged commit b1d1c42 into master Sep 24, 2017
@benjaminp benjaminp deleted the benjamin-memmove branch September 24, 2017 19:09
Sign up for free to 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.

6 participants