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

RISC-V needs CTYPES_PASS_BY_REF_HACK #80028

Closed
andreas-schwab mannequin opened this issue Jan 29, 2019 · 4 comments
Closed

RISC-V needs CTYPES_PASS_BY_REF_HACK #80028

andreas-schwab mannequin opened this issue Jan 29, 2019 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-ctypes type-bug An unexpected behavior, bug, or error

Comments

@andreas-schwab
Copy link
Mannequin

andreas-schwab mannequin commented Jan 29, 2019

BPO 35847
Nosy @andreas-schwab, @miss-islington, @iritkatriel
PRs
  • bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK #11694
  • bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK #11694
  • bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK #11694
  • [3.7] bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694) #11696
  • 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 2020-11-20.15:11:36.825>
    created_at = <Date 2019-01-29.08:35:39.420>
    labels = ['3.8', 'ctypes', 'type-bug', '3.7']
    title = 'RISC-V needs CTYPES_PASS_BY_REF_HACK'
    updated_at = <Date 2020-11-20.15:11:36.824>
    user = 'https://github.com/andreas-schwab'

    bugs.python.org fields:

    activity = <Date 2020-11-20.15:11:36.824>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-11-20.15:11:36.825>
    closer = 'iritkatriel'
    components = ['ctypes']
    creation = <Date 2019-01-29.08:35:39.420>
    creator = 'schwab'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35847
    keywords = ['patch', 'patch', 'patch']
    message_count = 4.0
    messages = ['334505', '334528', '334535', '378765']
    nosy_count = 3.0
    nosy_names = ['schwab', 'miss-islington', 'iritkatriel']
    pr_nums = ['11694', '11694', '11694', '11696']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35847'
    versions = ['Python 3.7', 'Python 3.8']

    @andreas-schwab
    Copy link
    Mannequin Author

    andreas-schwab mannequin commented Jan 29, 2019

    ======================================================================
    FAIL: test_pass_by_value (ctypes.test.test_structures.StructureTestCase)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/home/abuild/rpmbuild/BUILD/Python-3.7.2/Lib/ctypes/test/test_structures.py", line 416, in test_pass_by_value
        self.assertEqual(s.first, 0xdeadbeef)
    AssertionError: 195948557 != 3735928559

    @andreas-schwab andreas-schwab mannequin added 3.7 (EOL) end of life 3.8 only security fixes topic-ctypes type-bug An unexpected behavior, bug, or error labels Jan 29, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 742d768 by Miss Islington (bot) (Andreas Schwab) in branch 'master':
    bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
    742d768

    @miss-islington
    Copy link
    Contributor

    New changeset 10354cb by Miss Islington (bot) in branch '3.7':
    bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
    10354cb

    @iritkatriel
    Copy link
    Member

    Can this be closed?

    @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
    3.7 (EOL) end of life 3.8 only security fixes topic-ctypes type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants