[ci] Try to fix failing appveyor python builds

This commit is contained in:
Olly Betts 2022-03-20 18:42:50 +13:00
commit 029ddab8b5
20 changed files with 40 additions and 39 deletions

View file

@ -372,7 +372,7 @@ SWIG_Perl_ConvertPacked(SWIG_MAYBE_PERL_OBJECT SV *obj, void *ptr, int sz, swig_
swig_cast_info *tc;
const char *c = 0;
if ((!obj) || (!SvOK(obj))) return SWIG_ERROR;
if (!obj || !SvOK(obj)) return SWIG_ERROR;
c = SvPV_nolen(obj);
/* Pointer values must start with leading underscore */
if (*c != '_') return SWIG_ERROR;