• Victor Stinner's avatar
    Add _showwarnmsg() and _formatwarnmsg() to warnings · 1231a461
    Victor Stinner yazdı
    Issue #26568: add new  _showwarnmsg() and _formatwarnmsg() functions to the
    warnings module.
    
    The C function warn_explicit() now calls warnings._showwarnmsg() with a
    warnings.WarningMessage as parameter, instead of calling warnings.showwarning()
    with multiple parameters.
    
    _showwarnmsg() calls warnings.showwarning() if warnings.showwarning() was
    replaced. Same for _formatwarnmsg(): call warnings.formatwarning() if it was
    replaced.
    1231a461
_warnings.c 33.2 KB