Skip to content
  • Torsten Schönfeld's avatar
    Fix a stack handling bug for Perl vfuncs · 0095be23
    Torsten Schönfeld authored
    When there is a Perl implementation for a vfunc, invoking a C function that
    invokes this vfunc might end up reallocating the Perl stack and hence
    invalidating the local 'sp' pointer.  Fix with a pair of PUTBACK/SPAGAIN.
    
    Triggered by Gtk3's test suite.
    0095be23