python / cpython

The Python programming language
https://www.python.org/
Other
60.06k stars 29.09k forks source link

Make *shared* modules work on OpenBSD (bug 117245) #33398

Closed gvanrossum closed 23 years ago

gvanrossum commented 23 years ago
BPO 402114
Nosy @gvanrossum
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = created_at = labels = [] title = 'Make *shared* modules work on OpenBSD (bug 117245)' updated_at = user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'gvanrossum' dependencies = [] files = ['2902'] hgrepos = [] issue_num = 402114 keywords = ['patch'] message_count = 3.0 messages = ['34716', '34717', '34718'] nosy_count = 1.0 nosy_names = ['gvanrossum'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue402114' versions = [] ```

    gvanrossum commented 23 years ago
    gvanrossum commented 23 years ago

    Thomas, can you test this on OpenBSD? If not, assign it back to me.

    I happened to remember that someone had told me that on OpenBSD you need a leading underscore...

    gvanrossum commented 23 years ago

    Applied (with #endif).

    Never mind, Thomas -- it works.