mirror of
https://github.com/python/cpython.git
synced 2026-07-07 18:50:03 -04:00
5b76bdba07
PyMemoryView_FromMemory() created a memoryview referring to the internal data of the string. When the string is destroyed the memoryview become referring to a freed memory.
Source files for standard library extension modules, and former extension modules that are now builtin modules.