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

correct int / long object type casts #46566

Closed
JosephArmbruster mannequin opened this issue Mar 16, 2008 · 3 comments
Closed

correct int / long object type casts #46566

JosephArmbruster mannequin opened this issue Mar 16, 2008 · 3 comments
Labels
build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@JosephArmbruster
Copy link
Mannequin

JosephArmbruster mannequin commented Mar 16, 2008

BPO 2313
Files
  • longobject.patch
  • intobject.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 2008-03-18.01:10:22.315>
    created_at = <Date 2008-03-16.23:18:21.635>
    labels = ['interpreter-core', 'build']
    title = 'correct int / long object type casts'
    updated_at = <Date 2008-03-18.01:10:22.314>
    user = 'https://bugs.python.org/JosephArmbruster'

    bugs.python.org fields:

    activity = <Date 2008-03-18.01:10:22.314>
    actor = 'jyasskin'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-03-18.01:10:22.315>
    closer = 'jyasskin'
    components = ['Interpreter Core']
    creation = <Date 2008-03-16.23:18:21.635>
    creator = 'JosephArmbruster'
    dependencies = []
    files = ['9683', '9684']
    hgrepos = []
    issue_num = 2313
    keywords = ['patch']
    message_count = 3.0
    messages = ['63607', '63608', '63837']
    nosy_count = 2.0
    nosy_names = ['jyasskin', 'JosephArmbruster']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue2313'
    versions = ['Python 2.6']

    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Mar 16, 2008

    longobject.c has a type cast that should be different to take
    HAVE_UINTPTR_T into account.

    ps: noticed this as i'm merging trunk -> PythonCE to get this working on
    my new cellphone, the Wing!

    @JosephArmbruster JosephArmbruster mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 16, 2008
    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Mar 16, 2008

    it looks like this may also be the case in intobject

    @JosephArmbruster JosephArmbruster mannequin changed the title correct longobject.c type cast correct int / long object type casts Mar 16, 2008
    @JosephArmbruster JosephArmbruster mannequin added the build The build process and cross-build label Mar 17, 2008
    @jyasskin
    Copy link
    Mannequin

    jyasskin mannequin commented Mar 18, 2008

    Thanks! Fixed in r61472.

    @jyasskin jyasskin mannequin closed this as completed Mar 18, 2008
    @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