We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bb0fc commit 1cfa4b9Copy full SHA for 1cfa4b9
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-09-10-28-30.gh-issue-151126.DKa6Sl.rst
@@ -1 +1,3 @@
1
-Add missing :c:func:`PyErr_NoMemory` call to ``Python/flowgraph.c`` module.
+Fix a crash, when there's no memory left on a device,
2
+which happened in code compilation.
3
+Now it raises a proper :exc:`MemoryError`.
0 commit comments