cpython icon indicating copy to clipboard operation
cpython copied to clipboard

The Python programming language

Results 1387 cpython issues
Sort by recently updated
recently updated
newest added

**Bug Description:** A series of simple quadratic complexity vulnerabilities has been identified. After confirmation by CPython's security team, since these DOS vulnerabilities pose a low threat and are relatively tedious...

type-bug
type-security
stdlib
3.11
3.10
3.9
3.12
3.13
3.14
3.15

**Bug Description:** A series of simple quadratic complexity vulnerabilities has been identified in the `email` package. After confirmation by CPython's security team, these low-threat DOS vulnerabilities can be fixed with...

type-security
stdlib
3.11
3.10
3.9
topic-email
3.12
3.13
3.14
3.15

This was noted in Whats New 3.13, but the documentation was not updated according. Original commit: https://github.com/python/cpython/commit/1d95451be1f3080904c00cc4c4a6cc519efdf321, requesting Victor, author. * Issue: gh-63207 ---- 📚 Documentation preview 📚: https://cpython-previews--136068.org.readthedocs.build/

docs
awaiting merge
skip news
needs backport to 3.13
needs backport to 3.14

# Bug report ### Bug description: ```python html_body = part.get_payload(decode=True).decode() File "/usr/local/lib/python3.8/email/message.py", line 282, in get_payload return quopri.decodestring(bpayload) ``` ### CPython versions tested on: CPython main branch ### Operating systems...

type-bug
stdlib
topic-email

Trivial doc fix to mention the actual SQLite3 version information attributes (I had to look that up, probably others will too) ---- 📚 Documentation preview 📚: https://cpython-previews--125566.org.readthedocs.build/ * Issue: gh-123299

docs
awaiting review
skip news
needs backport to 3.14

# Documentation This is a meta-issue to capture PRs for copyedits to What's New in Python 3.14. Other meta-issues: * 3.13: #109975 * 3.12: #109190 ### Linked PRs * gh-123300...

docs
3.14

* Issue: gh-134873 * Issue: gh-136065

type-security
awaiting core review
needs backport to 3.9
needs backport to 3.10
needs backport to 3.11
needs backport to 3.12
needs backport to 3.13
needs backport to 3.14

BPO | [8915](https://bugs.python.org/issue8915) --- | :--- Nosy | @abalkin *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...

type-feature
performance
stdlib