We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e9e681 + 89cbd22 commit 169830cCopy full SHA for 169830c
1 file changed
Include/pyport.h
@@ -947,7 +947,6 @@ typedef struct fd_set {
947
#define Py_ULL(x) Py_LL(x##U)
948
#endif
949
950
-#ifdef Py_BUILD_CORE
951
/*
952
* Macros to protect CRT calls against instant termination when passed an
953
* invalid parameter (issue23524).
@@ -965,6 +964,5 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
965
964
#define _Py_END_SUPPRESS_IPH
966
967
#endif /* _MSC_VER >= 1900 */
968
-#endif /* Py_BUILD_CORE */
969
970
#endif /* Py_PYPORT_H */
0 commit comments