Commit dde2dbb7 authored by Neil Schemenauer's avatar Neil Schemenauer

Make buffer objects based on mutable objects (like array) safe.

parent 72bdf8b1
......@@ -172,6 +172,11 @@ Core and builtins
to clear the error when attempts to get the __getstate__ attribute
fail caused intermittent errors and odd behavior.
- buffer objects based on other objects no longer cache a pointer to
the data and the data length. Instead, the appropriate tp_as_buffer
method is called as necessary.
Extension modules
-----------------
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment