Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing strdup() under MS Windows CE #49145

Closed
eckhardt mannequin opened this issue Jan 9, 2009 · 2 comments
Closed

Missing strdup() under MS Windows CE #49145

eckhardt mannequin opened this issue Jan 9, 2009 · 2 comments
Labels
build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@eckhardt
Copy link
Mannequin

eckhardt mannequin commented Jan 9, 2009

BPO 4895
Nosy @loewis
Files
  • python-2.7-wince-strdup.0.patch
  • 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:

    assignee = None
    closed_at = <Date 2009-01-11.09:45:48.346>
    created_at = <Date 2009-01-09.14:15:03.263>
    labels = ['interpreter-core', 'build']
    title = 'Missing strdup() under MS Windows CE'
    updated_at = <Date 2009-01-11.09:45:48.330>
    user = 'https://bugs.python.org/eckhardt'

    bugs.python.org fields:

    activity = <Date 2009-01-11.09:45:48.330>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-01-11.09:45:48.346>
    closer = 'loewis'
    components = ['Interpreter Core']
    creation = <Date 2009-01-09.14:15:03.263>
    creator = 'eckhardt'
    dependencies = []
    files = ['12666']
    hgrepos = []
    issue_num = 4895
    keywords = ['patch']
    message_count = 2.0
    messages = ['79469', '79594']
    nosy_count = 2.0
    nosy_names = ['loewis', 'eckhardt']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue4895'
    versions = ['Python 2.7']

    @eckhardt
    Copy link
    Mannequin Author

    eckhardt mannequin commented Jan 9, 2009

    CE6 doesn't provide strdup() but provides an equivalent _strdup() in
    stdlib.h. The attached patch simply #defines strdup _strdup after
    including said header file.

    @eckhardt eckhardt mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) build The build process and cross-build labels Jan 9, 2009
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jan 11, 2009

    Thanks for the patch. Committed as r68527, r68528.

    @loewis loewis mannequin closed this as completed Jan 11, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants