]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilename...
authorChristian Heimes <christian@python.org>
Tue, 22 Mar 2022 16:08:51 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 16:08:51 +0000 (17:08 +0100)
commit9b889b5bda32c2610f98114d94750ba5f3260b58
tree59cd31b9b763ce85b96b06cef2b8c1fadf5406d9
parente03db6d5be7cf2e6b7b55284985c404de98a9420
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilename (GH-32033)

WASI does not have dup() and Emscripten's emulation is slow.
Parser/tokenizer.c