| commit | 9b889b5bda32c2610f98114d94750ba5f3260b58 | [log] [tgz] |
|---|---|---|
| author | Christian Heimes <christian@python.org> | Tue Mar 22 18:08:51 2022 +0200 |
| committer | GitHub <noreply@github.com> | Tue Mar 22 17:08:51 2022 +0100 |
| tree | 59cd31b9b763ce85b96b06cef2b8c1fadf5406d9 | |
| parent | e03db6d5be7cf2e6b7b55284985c404de98a9420 [diff] |
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilename (GH-32033) WASI does not have dup() and Emscripten's emulation is slow.