Kaydet (Commit) 1b2f627f authored tarafından Martin v. Löwis's avatar Martin v. Löwis

- 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.
üst 98f0d14b
...@@ -81,6 +81,9 @@ Core and builtins ...@@ -81,6 +81,9 @@ Core and builtins
Library 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 - ctypes callback functions only support 'fundamental' data types as
result type. Raise an error when something else is used. This is a result type. Raise an error when something else is used. This is a
partial fix for Bug #1574584. partial fix for Bug #1574584.
......
...@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV: ...@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV:
#endif #endif
#endif /* ifndef __x86_64__ */ #endif /* ifndef __x86_64__ */
#ifdef __ELF__
.section .note.GNU-stack,"",%progbits
#endif
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