Skip to content
  • Koichi Sasada's avatar
    9873af0b
    `TracePoint.allow_reentry` · 9873af0b
    Koichi Sasada authored
    
    
    In general, while TracePoint callback is running,
    other registerred callbacks are not called to avoid
    confusion by reentrace.
    This method allow the reentrace. This method should be
    used carefully, otherwize the callback can be easily called
    infinitely.
    
    [Feature #15912]
    
    Co-authored-by: default avatarJean Boussier <jean.boussier@gmail.com>
    9873af0b
    `TracePoint.allow_reentry`
    Koichi Sasada authored
    
    
    In general, while TracePoint callback is running,
    other registerred callbacks are not called to avoid
    confusion by reentrace.
    This method allow the reentrace. This method should be
    used carefully, otherwize the callback can be easily called
    infinitely.
    
    [Feature #15912]
    
    Co-authored-by: default avatarJean Boussier <jean.boussier@gmail.com>
Loading