[New-bugs-announce] [issue16745] Hide symbols in _decimal.so

Stefan Krah report at bugs.python.org
Fri Dec 21 18:15:33 CET 2012


New submission from Stefan Krah:

This issue is for the _decimal specific parts from #4555. The patch
depends on _Pragma (C99) and gcc >= 4.0 for the contents of the pragma.
I think it will work for clang, too.

Should the libmpdec API symbols (i.e. the ones starting with mpd_*)
be hidden for _decimal.c, too?

----------
assignee: skrah
components: Extension Modules
files: libmpdec-hide-non-api-symbols.diff
keywords: patch
messages: 177883
nosy: skrah
priority: normal
severity: normal
status: open
title: Hide symbols in _decimal.so
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28385/libmpdec-hide-non-api-symbols.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16745>
_______________________________________


More information about the New-bugs-announce mailing list