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

pdb: interaction might cause "ValueError: signal only works in main thread" #80431

Closed
blueyed mannequin opened this issue Mar 9, 2019 · 3 comments
Closed

pdb: interaction might cause "ValueError: signal only works in main thread" #80431

blueyed mannequin opened this issue Mar 9, 2019 · 3 comments
Labels
3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@blueyed
Copy link
Mannequin

blueyed mannequin commented Mar 9, 2019

BPO 36250
Nosy @blueyed, @zware, @miss-islington
PRs
  • bpo-36250: ignore ValueError from signal in non-main thread #12251
  • [3.8] bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) #15752
  • 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 2019-09-09.10:47:30.522>
    created_at = <Date 2019-03-09.14:23:45.791>
    labels = ['3.8', 'type-bug', 'library', '3.9']
    title = 'pdb: interaction might cause "ValueError: signal only works in main thread"'
    updated_at = <Date 2019-09-09.11:25:24.245>
    user = 'https://github.com/blueyed'

    bugs.python.org fields:

    activity = <Date 2019-09-09.11:25:24.245>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-09.10:47:30.522>
    closer = 'zach.ware'
    components = ['Library (Lib)']
    creation = <Date 2019-03-09.14:23:45.791>
    creator = 'blueyed'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36250
    keywords = ['patch']
    message_count = 3.0
    messages = ['337572', '351421', '351430']
    nosy_count = 3.0
    nosy_names = ['blueyed', 'zach.ware', 'miss-islington']
    pr_nums = ['12251', '15752']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue36250'
    versions = ['Python 3.8', 'Python 3.9']

    @blueyed
    Copy link
    Mannequin Author

    blueyed mannequin commented Mar 9, 2019

    This is similar to https://bugs.python.org/issue13120.

    I have a patch for a fix already, but no test - will add a PR for it.

    Fixed in pdbpp in pdbpp/pdbpp#143, which also has a test that demonstrates it.

    @blueyed blueyed mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir labels Mar 9, 2019
    @SilentGhost SilentGhost mannequin added the type-bug An unexpected behavior, bug, or error label Mar 10, 2019
    @zware
    Copy link
    Member

    zware commented Sep 9, 2019

    New changeset 8d64bfa by Zachary Ware (Daniel Hahler) in branch 'master':
    bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
    8d64bfa

    @zware zware added the 3.9 only security fixes label Sep 9, 2019
    @zware zware closed this as completed Sep 9, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 87a5a33 by Miss Islington (bot) in branch '3.8':
    bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
    87a5a33

    @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.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants