summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-30 09:34:01 (GMT)
committerGitHub <noreply@github.com>2023-06-30 09:34:01 (GMT)
commit0b51463862798d3124f542a076e02ea3759551a4 (patch)
tree46bf3938ad08e36501b744444dadcbfacf78540f /Python/sysmodule.c
parente17420db5d0452a9c56c8cb324d37fc2c04309c0 (diff)
downloadcpython-0b51463862798d3124f542a076e02ea3759551a4.zip
cpython-0b51463862798d3124f542a076e02ea3759551a4.tar.gz
cpython-0b51463862798d3124f542a076e02ea3759551a4.tar.bz2
Remove private _PyCodec_Lookup() function (#106269)
Remove the following private functions of the C API: * _PyCodecInfo_GetIncrementalDecoder() * _PyCodecInfo_GetIncrementalEncoder() * _PyCodec_DecodeText() * _PyCodec_EncodeText() * _PyCodec_Forget() * _PyCodec_Lookup() * _PyCodec_LookupTextEncoding() Move these functions to a new pycore_codecs.h internal header file. These functions are no longer exported.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions