[issue12153] Modules/faulthandler.c exports `stack_overflow' symbol

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad1ea4961ead by Victor Stinner in branch 'default': Close #12153: faulthandler, mark stack_overflow() as static http://hg.python.org/cpython/rev/ad1ea4961ead -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: o

[issue12153] Modules/faulthandler.c exports `stack_overflow' symbol

2011-05-23 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> haypo nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue12153] Modules/faulthandler.c exports `stack_overflow' symbol

2011-05-23 Thread Matthias Klose
New submission from Matthias Klose : the exported symbol should either have a prefix, or defined static. -- components: Extension Modules messages: 136594 nosy: doko priority: normal severity: normal status: open title: Modules/faulthandler.c exports `stack_overflow' symbol versions: Pyt