[CPython 3.14] OrderedDict.popitem() 메모리 누수 수정 (backport)OrderedDict popitem()에서 에러 경로의 Py_DECREF(key) 누락으로 인한 메모리 누수를 수정한 3.14 backport 분석.#CPython#OrderedDict#Memory Leak#Backport#Bug Fix#C2026년 3월 27일댓글 수 로딩 중
[CPython] OrderedDict.popitem()의 메모리 누수 수정OrderedDict의 popitem() 메서드에서 에러 경로에서 key 참조를 해제하지 않아 발생하던 메모리 누수를 수정한 분석.#CPython#OrderedDict#Memory Leak#Bug Fix#C#Reference Counting2026년 3월 27일댓글 수 로딩 중