summaryrefslogtreecommitdiffstats
path: root/Python/emscripten_trampoline.c
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2025-04-03 16:52:17 (GMT)
committerGitHub <noreply@github.com>2025-04-03 16:52:17 (GMT)
commit5518c2ae09cd8f135981f362dabd000d44d26cac (patch)
tree84760399bddd71d2bcf23a3592925248f448edd7 /Python/emscripten_trampoline.c
parent24decb05ddda445d96f45e2cd0b39497318c98d4 (diff)
downloadcpython-5518c2ae09cd8f135981f362dabd000d44d26cac.zip
cpython-5518c2ae09cd8f135981f362dabd000d44d26cac.tar.gz
cpython-5518c2ae09cd8f135981f362dabd000d44d26cac.tar.bz2
gh-128661: Remove DeprecationWarning in evaluate_forward_ref (#128930)
It doesn't make sense to use a deprecation for evaluate_forward_ref, as it is a new function in Python 3.14 and doesn't have compatibility guarantees. I considered making it throw an error if type_params it not passed and there is no owner. However, I think this is too unfriendly for users. The case where this param is really needed is fairly esoteric and I don't think this case is worth the pain of forcing users to write "type_params=()".
Diffstat (limited to 'Python/emscripten_trampoline.c')
0 files changed, 0 insertions, 0 deletions