Kaydet (Commit) 63a9b8b0 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.
üst e67b3497
......@@ -52,6 +52,9 @@ Core and builtins
Extension Modules
-----------------
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
ctypes isn't considered as requiring executable stacks.
- Bug #1567666: Emulate GetFileAttributesExA for Win95.
- Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
......
......@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV:
#endif
#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