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 74b738d commit 094454fCopy full SHA for 094454f
2 files changed
src/if_python3.c
@@ -828,7 +828,7 @@ python3_end()
828
--recurse;
829
}
830
831
-#if (defined(DYNAMIC_PYTHON) && defined(FEAT_PYTHON)) || defined(PROTO)
+#if (defined(DYNAMIC_PYTHON3) && defined(DYNAMIC_PYTHON) && defined(FEAT_PYTHON) && defined(UNIX)) || defined(PROTO)
832
int
833
python3_loaded()
834
{
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 890,
746
/**/
747
889,
748
0 commit comments