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 <rep...@bugs.python.org> <http://bugs.python.org/issue16745> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com