Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move the define about the pyatomic.h include.
  • Loading branch information
gpshead committed Nov 12, 2018
commit 35552110e110b19e1daab0f047c4cc017739042e
4 changes: 2 additions & 2 deletions Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
#include "pyport.h"
#include "pymacro.h"

#include "pyatomic.h"

/* A convenient way for code to know if clang's memory sanitizer is enabled. */
#if defined(__has_feature)
# if __has_feature(memory_sanitizer)
Expand All @@ -64,6 +62,8 @@
# endif
#endif

#include "pyatomic.h"

/* Debug-mode build with pymalloc implies PYMALLOC_DEBUG.
* PYMALLOC_DEBUG is in error if pymalloc is not in use.
*/
Expand Down