We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b0a88 commit 16d7eceCopy full SHA for 16d7ece
src/if_python3.c
@@ -34,11 +34,6 @@
34
35
#include <limits.h>
36
37
-/* Python.h defines _POSIX_THREADS itself (if needed) */
38
-#ifdef _POSIX_THREADS
39
-# undef _POSIX_THREADS
40
-#endif
41
-
42
#if defined(_WIN32) && defined(HAVE_FCNTL_H)
43
# undef HAVE_FCNTL_H
44
#endif
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1635,
771
/**/
772
1634,
773
0 commit comments