summaryrefslogtreecommitdiffstats
path: root/Python/crossinterp_exceptions.h
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2025-04-25 17:43:32 (GMT)
committerGitHub <noreply@github.com>2025-04-25 17:43:32 (GMT)
commita5e628beb8592d938209a09e84d072bb5f57d042 (patch)
tree89c6a32981aaa5206025561718c3605f8c788f0a /Python/crossinterp_exceptions.h
parenta1f4a6b246ada368cb77c7245dfd7f5ccb6f7d87 (diff)
downloadcpython-a5e628beb8592d938209a09e84d072bb5f57d042.zip
cpython-a5e628beb8592d938209a09e84d072bb5f57d042.tar.gz
cpython-a5e628beb8592d938209a09e84d072bb5f57d042.tar.bz2
gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows (#132963)
To avoid having the debug sections being optimised away by the compiler we use __attribute__((used)) on gcc and clang but in Windows this is not supported by the Microsoft compiler and there is no equivalent flag. Unfortunately Windows offers almost no alternative other than exporting the symbol in the dynamic table or using it somehow.
Diffstat (limited to 'Python/crossinterp_exceptions.h')
0 files changed, 0 insertions, 0 deletions