summaryrefslogtreecommitdiff
path: root/Modules/zlibmodule.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-04-28 03:02:55 +0200
committerGitHub <noreply@github.com>2021-04-28 03:02:55 +0200
commita5e64444e6df7d1d498576bab26deaddc288a7bd (patch)
tree46ce042c4fd4f6341457e0ca77a216ab72bb3456 /Modules/zlibmodule.c
parent5c84bb506aaca01f5f750116d8f7a41d41f8124d (diff)
downloadcpython-git-a5e64444e6df7d1d498576bab26deaddc288a7bd.tar.gz
bpo-43963: Add _signal module state (GH-25676)
* Add signal_state_t structure and signal_global_state variable. * Add a module state to the _signal module. * Move and rename variables: * DefaultHandler becomes state->default_handler * IgnoreHandler becomes state->ignore_handler * sigint_event becomes state->sigint_event * ItimerError becomes modstate->itimer_error * Rename SetHandler() to set_handler() to be consistent with get_handler().
Diffstat (limited to 'Modules/zlibmodule.c')
0 files changed, 0 insertions, 0 deletions