aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/optimizer_bytecodes.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2024-03-04 13:59:30 -0700
committerGitHub <noreply@github.com>2024-03-04 20:59:30 +0000
commiteb22e2b251002b65f3b93e67c990c21e1151b25d (patch)
treec279e4ef29f7dfe5e7a72788ffb492542f729256 /Python/optimizer_bytecodes.c
parent207030f5527d405940b79c10c1413c1e8ff696c1 (diff)
downloadcpython-eb22e2b251002b65f3b93e67c990c21e1151b25d.tar.gz
cpython-eb22e2b251002b65f3b93e67c990c21e1151b25d.zip
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493)
The problem manifested when the .py module got reloaded and the corresponding extension module didn't. The .py module registers types with the extension and the extension was not allowing that to happen more than once. The solution: let it happen more than once.
Diffstat (limited to 'Python/optimizer_bytecodes.c')
0 files changed, 0 insertions, 0 deletions