• Facundo Batista's avatar
    Issue 846388. Adds a call to PyErr_CheckSignals to · 4473d225
    Facundo Batista yazdı
    SRE_MATCH so that signal handlers can be invoked during
    long regular expression matches.  It also adds a new
    error return value indicating that an exception
    occurred in a signal handler during the match, allowing
    exceptions in the signal handler to propagate up to the
    main loop.  Thanks Josh Hoyt and Ralf Schmitt.
    4473d225
_sre.c 96.8 KB