Skip to content

Commit 169830c

Browse files
authored
Merge pull request #24 from ActiveState/jeremyp/io
Always define SUPPRESS_IPH macros
2 parents 4e9e681 + 89cbd22 commit 169830c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/pyport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,6 @@ typedef struct fd_set {
947947
#define Py_ULL(x) Py_LL(x##U)
948948
#endif
949949

950-
#ifdef Py_BUILD_CORE
951950
/*
952951
* Macros to protect CRT calls against instant termination when passed an
953952
* invalid parameter (issue23524).
@@ -965,6 +964,5 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
965964
#define _Py_END_SUPPRESS_IPH
966965

967966
#endif /* _MSC_VER >= 1900 */
968-
#endif /* Py_BUILD_CORE */
969967

970968
#endif /* Py_PYPORT_H */

0 commit comments

Comments
 (0)