Skip to content
  • John Hawthorn's avatar
    2fa51c70
    YJIT: Support kwargs sends with all defaults (#5067) · 2fa51c70
    John Hawthorn authored
    * YJIT: Support kwargs sends with all defaults
    
    Previously keyword argument methods were only compiled by YJIT when all
    keywords were specified in the caller.
    
    This adds support for calling methods with keyword arguments when no
    keyword arguments are specified and all are filled with the defaults.
    
    * Remove unused send_iseq_kwargs_none_passed
    2fa51c70
    YJIT: Support kwargs sends with all defaults (#5067)
    John Hawthorn authored
    * YJIT: Support kwargs sends with all defaults
    
    Previously keyword argument methods were only compiled by YJIT when all
    keywords were specified in the caller.
    
    This adds support for calling methods with keyword arguments when no
    keyword arguments are specified and all are filled with the defaults.
    
    * Remove unused send_iseq_kwargs_none_passed
Loading