Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
63a9b8b0
Commit
63a9b8b0
authored
Oct 22, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
ctypes isn't considered as requiring executable stacks.
parent
e67b3497
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Misc/NEWS
Misc/NEWS
+3
-0
Modules/_ctypes/libffi/src/x86/sysv.S
Modules/_ctypes/libffi/src/x86/sysv.S
+4
-0
No files found.
Misc/NEWS
View file @
63a9b8b0
...
...
@@ -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
...
...
Modules/_ctypes/libffi/src/x86/sysv.S
View file @
63a9b8b0
...
...
@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV:
#endif
#endif /* ifndef __x86_64__ */
#ifdef __ELF__
.
section
.
note.GNU
-
stack
,"",%
progbits
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment