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
1dc6b08f
Commit
1dc6b08f
authored
Apr 27, 2010
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Sridhar Ratnakumar.
parent
9bf5425f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
Modules/_ssl.c
Modules/_ssl.c
+1
-1
No files found.
Misc/ACKS
View file @
1dc6b08f
...
...
@@ -619,6 +619,7 @@ Anders Qvist
Burton Radons
Brodie Rao
Antti Rasinen
Sridhar Ratnakumar
Eric Raymond
Edward K. Ream
Chris Rebert
...
...
Misc/NEWS
View file @
1dc6b08f
...
...
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Sridhar Ratnakumar.
- Issue #6656: fix locale.format_string to handle escaped percents
and mappings.
...
...
Modules/_ssl.c
View file @
1dc6b08f
...
...
@@ -65,7 +65,7 @@ enum py_ssl_version {
PY_SSL_VERSION_SSL2
,
PY_SSL_VERSION_SSL3
,
PY_SSL_VERSION_SSL23
,
PY_SSL_VERSION_TLS1
,
PY_SSL_VERSION_TLS1
};
/* Include symbols from _socket module */
...
...
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