mirror of
https://github.com/python/cpython.git
synced 2025-10-19 07:53:46 +00:00

Adds tooling to generate and test an iOS XCframework, in a way that will also facilitate adding other XCframework targets for other Apple platforms (tvOS, watchOS, visionOS and even macOS, potentially). --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
4 lines
191 B
Text
4 lines
191 B
Text
process handle SIGINT -n true -p true -s false
|
|
process handle SIGUSR1 -n true -p true -s false
|
|
process handle SIGUSR2 -n true -p true -s false
|
|
process handle SIGXFSZ -n true -p true -s false
|