-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Issues: python/cpython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Crash when calling (Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
textiowrapper_iternext
and writing to a text file simultaneously in ft build
interpreter-core
#134908
opened May 30, 2025 by
duaneg
Python 3.14+: bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
python: Objects/unicodeobject.c:10387: _PyUnicode_JoinArray: Assertion
res_data == PyUnicode_1BYTE_DATA(res) + kind * PyUnicode_GET_LENGTH(res)' failed.` in sqlglot
3.14
#134889
opened May 29, 2025 by
mgorny
Types with Py_TPFLAGS_MANAGED_WEAKREF but not Py_TPFLAGS_HAVE_GC crash when creating a weak reference
topic-C-API
type-crash
A hard crash of the interpreter, possibly with a core dump
#134786
opened May 27, 2025 by
chris-se
Abort in C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
_PyEval_EvalFrameDefault
originating on calling fcntl.ioctl
extension-modules
#134744
opened May 26, 2025 by
devdanzin
Crash on _ssl__SSLContext_load_cert_chain_impl (requests running w/ cert in multi-threading)
extension-modules
C modules in the Modules dir
topic-SSL
type-crash
A hard crash of the interpreter, possibly with a core dump
#134698
opened May 26, 2025 by
Conobi
Builtin input does not always correctly handle errors from bugs and security fixes
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
PyOS_Readline
3.13
#134644
opened May 25, 2025 by
duaneg
Creating a subinterpreter when Python is run with -X tracemalloc leads to segfault
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
#134604
opened May 23, 2025 by
emmatyping
Random segfaults on Python 3.12.10 during CI testing
pending
The issue will be closed if no feedback is provided
type-crash
A hard crash of the interpreter, possibly with a core dump
#134193
opened May 18, 2025 by
MilesCranmer
segfault in gc with 3.14.0b1, trio and pytest
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
#133932
opened May 12, 2025 by
jakkdl
Use-after-free in only security fixes
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
3.13
bugs and security fixes
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
release-blocker
topic-unicode
type-crash
A hard crash of the interpreter, possibly with a core dump
type-security
A security issue
unicode_escape
decoder with error handler
3.9
#133767
opened May 9, 2025 by
sethmlarson
Regression in Python 3.14.0a7.
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
#133352
opened May 3, 2025 by
felixxm
Preventing the use of a null pointer in mro_hierarchy
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
#132835
opened Apr 23, 2025 by
smurav
Abort from calling (Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
OrderedDict.setdefault
with an invalid value
interpreter-core
#132461
opened Apr 13, 2025 by
devdanzin
SIGSEV in C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
datetime.timedelta
(possibly from datetime's C delta_new
)
extension-modules
#132413
opened Apr 11, 2025 by
Jacoblightning
Concurrent deallocation of threads while calling (Objects, Python, Grammar, and Parser dirs)
topic-C-API
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
PyEval_SetTrace
interpreter-core
#132296
opened Apr 9, 2025 by
devdanzin
Crash (AccessViolation) running A hard crash of the interpreter, possibly with a core dump
py -m ensurepip
from windows docker container python:3.12
OS-windows
topic-ensurepip
type-crash
#131795
opened Mar 27, 2025 by
inbilla
DECREF_INPUTS()
should be escaping
3.14
#131688
opened Mar 24, 2025 by
brandtbucher
Unrecoverable stack overflow with infinite recursion on macOS
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
OS-mac
type-crash
A hard crash of the interpreter, possibly with a core dump
#131543
opened Mar 21, 2025 by
tomMoral
Use after free (stackref borrow after close) in (Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
BINARY_OP_INPLACE_ADD_UNICODE
interpreter-core
#130786
opened Mar 3, 2025 by
markshannon
Use after free in bugs and security fixes
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
PyDict_Clear()
due to re-entrancy
3.13
#130555
opened Feb 25, 2025 by
colesbury
segmentfault when pip installing setuptools
build
The build process and cross-build
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
#129992
opened Feb 11, 2025 by
kemier
Failed assertion in only security fixes
3.13
bugs and security fixes
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-crash
A hard crash of the interpreter, possibly with a core dump
_PyUnicode_Equal
from calculate_suggestions
with non-string candidate
3.12
#129573
opened Feb 2, 2025 by
devdanzin
Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name='<stderr>'> at interpreter shutdown, possibly due to daemon threads
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
type-crash
A hard crash of the interpreter, possibly with a core dump
#129536
opened Feb 1, 2025 by
ShaneHarvey
test_call.test_super_deep
started segfaulting with 3.14.0a4 freethreading
tests
#128954
opened Jan 17, 2025 by
mgorny
test_free_threading.test_monitoring.SetProfileMultiThreaded.test_instrumentation
crashes intermittently
interpreter-core
#128806
opened Jan 14, 2025 by
mpage
Previous Next
ProTip!
no:milestone will show everything without a milestone.