]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135852: Remove out of tree pywin32 dependency for NTEventLogHandler (GH-137860)
authorAN Long <aisk@users.noreply.github.com>
Wed, 31 Dec 2025 10:50:50 +0000 (19:50 +0900)
committerGitHub <noreply@github.com>
Wed, 31 Dec 2025 10:50:50 +0000 (12:50 +0200)
commit3c4429f65a894af2a0aea2aeed5f61bc399e5af5
treecfb29919d87642d25bc2fa77b5976cd371cf3039
parent96ab379dcaa93630a230402b8183a26ac99097bd
gh-135852: Remove out of tree pywin32 dependency for NTEventLogHandler (GH-137860)

Add RegisterEventSource(), DeregisterEventSource(), ReportEvent()
and a number of EVENTLOG_* constants to _winapi.
Lib/logging/handlers.py
Lib/test/test_logging.py
Lib/test/test_winapi.py
Misc/NEWS.d/next/Library/2025-08-17-00-28-50.gh-issue-135852.lQqOjQ.rst [new file with mode: 0644]
Modules/_winapi.c
Modules/clinic/_winapi.c.h