cpython
cpython copied to clipboard
The Python programming language
Loading a small data which does not even involve arbitrary code execution could consume arbitrary large amount of memory. There were three issues: * PUT and LONG_BINPUT with large argument...
# Feature or enhancement Creating a Python string object in an efficient way is complicated. Python has **private** `_PyUnicodeWriter` API. It's being used by these projects: Affected projects (5): *...
Move the private _PyUnicodeWriter API to the internal C API. * Issue: gh-119182
* Issue: gh-105812 ---- 📚 Documentation preview 📚: https://cpython-previews--118743.org.readthedocs.build/
Users who don't have a github login are instructed to report issues to [email protected]. I meant to do some triaging before converting the mails to GH issues, but always had...
The coverage report indicates that this branch is never exercised. That appears to be because it is unused code. When I couldn't produce a test case that exercised it, I...
---- 📚 Documentation preview 📚: https://cpython-previews--119225.org.readthedocs.build/
# Feature or enhancement ### Proposal: Over the last few years, Trio and AnyIO users have proven out several design patterns using [channels as async iterables](https://trio.readthedocs.io/en/stable/reference-core.html#using-channels-to-pass-values-between-tasks). For example, having a...
* Issue: gh-119053