Your IP : 216.73.217.129


Current Path : /opt/alt/python36/lib64/python3.6/test/__pycache__/
Upload File :
Current File : //opt/alt/python36/lib64/python3.6/test/__pycache__/win_console_handler.cpython-36.pyc

3

� f��@s�dZddlmZmZddlZddlZddlZddlZeejej�Z	dd�Z
e	e
�Zejj
jZe	ejfe_eje_edkr�eed�s�ed�ed	�ejd
dejd�Zded<xq�WdS)aYScript used to test os.kill on Windows, for issue #1220212

This script is started as a subprocess in test_os and is used to test the
CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
to be written into the kill target.

See http://msdn.microsoft.com/en-us/library/ms685049%28v=VS.85%29.aspx for a
similar example in C.
�)�wintypes�WINFUNCTYPENcCs$|tjkrn|tjkrntd�dS)z8Handle a sig event and return 0 to terminate the processz
UNKNOWN EVENTr)�signalZCTRL_C_EVENTZCTRL_BREAK_EVENT�print)Zsig�r�=/opt/alt/python36/lib64/python3.6/test/win_console_handler.py�
_ctrl_handlers

r�__main__�z#Unable to add SetConsoleCtrlHandler���r)�__doc__ZctypesrrrZmmap�sysZBOOLZDWORDZHandlerRoutinerZctrl_handlerZwindllZkernel32ZSetConsoleCtrlHandlerZargtypesZrestype�__name__r�exit�argv�mrrrr�<module>	s&