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 6416834 commit ef4a99aCopy full SHA for ef4a99a
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-20-15-18-46.gh-issue-151763.t-jCFF.rst
@@ -0,0 +1,4 @@
1
+Fix a possible NULL dereference in ``os.path.normpath()`` for bytes paths
2
+when memory allocation fails. The function now correctly propagates
3
+``MemoryError`` instead of passing a NULL object to
4
+``PyUnicode_EncodeFSDefault()``.
0 commit comments