diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-22 10:55:15 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-22 10:55:15 (GMT) |
commit | 1b2f627f96cdabcb4414b4785fcaf8bc309b941b (patch) | |
tree | 98890a17ed16f5e1f43a0ebc67d043b09f1e79c0 /Misc/NEWS | |
parent | 98f0d14bd9f0614e799a17aa44070e7b3b13402c (diff) | |
download | cpython-1b2f627f96cdabcb4414b4785fcaf8bc309b941b.zip cpython-1b2f627f96cdabcb4414b4785fcaf8bc309b941b.tar.gz cpython-1b2f627f96cdabcb4414b4785fcaf8bc309b941b.tar.bz2 |
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
ctypes isn't considered as requiring executable stacks.
Will backport to 2.5.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ Core and builtins Library ------- +- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that + ctypes isn't considered as requiring executable stacks. + - ctypes callback functions only support 'fundamental' data types as result type. Raise an error when something else is used. This is a partial fix for Bug #1574584. |