shunping opened a new pull request, #34748:
URL: https://github.com/apache/beam/pull/34748

   The previously registered SIGINT handler had an incorrect signature 
according to the signal module documentation:
   https://docs.python.org/3/library/signal.html#signal.signal
   > The handler is called with two arguments: the signal number and the 
current stack frame (None or a frame object; for a description of frame objects,
   
   This PR updates the handler to the correct signature. It now gracefully 
stops the server and ensures the original handler is called for proper 
application exit.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to