Commit 350abe67 authored by Jason Madden's avatar Jason Madden Committed by Hanno Schlichting

When temporarily decoding an incoming attribute name from a unicode string, be...

When temporarily decoding an incoming attribute name from a unicode string, be careful not to destroy the temoporary PyObject until we're done using its char* buffer. Fixes zopefoundation/Acquisition#5.
parent d496ba70
......@@ -4,7 +4,9 @@ Changelog
2.13.10 (unreleased)
--------------------
- TBD
- Correct several dangling pointer uses in the C extension,
potentially fixing a few interpreter crashes. See
https://github.com/zopefoundation/Acquisition/issues/5.
2.13.9 (2015-02-17)
-------------------
......
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