Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(50)

Issue 4260052: GCC visibility attributes

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by Thomas Wouters
Modified:
7 years ago
Reviewers:
Visibility:
Public.

Description

Patch to add explicit GCC visibility attributes (when using gcc 4.x or later) to the PyAPI macros. The visibility attributes are necessary to use GCC's -fvisibility=hidden argument, which changes the default visibility. See http://gcc.gnu.org/wiki/Visibility.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -30 lines) Patch
M Include/pyport.h View 1 chunk +43 lines, -24 lines 0 comments Download
M Modules/_ctypes/_ctypes_test.c View 1 chunk +2 lines, -0 lines 0 comments Download
M Modules/_json.c View 1 chunk +1 line, -1 line 0 comments Download
M Modules/cjkcodecs/cjkcodecs.h View 1 chunk +1 line, -1 line 0 comments Download
M Modules/nismodule.c View 1 chunk +2 lines, -2 lines 0 comments Download
M Python/getargs.c View 2 chunks +0 lines, -2 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b