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

patch against readline module to handle signals #38724

Closed
kdart mannequin opened this issue Jun 27, 2003 · 2 comments
Closed

patch against readline module to handle signals #38724

kdart mannequin opened this issue Jun 27, 2003 · 2 comments
Labels
extension-modules C modules in the Modules dir

Comments

@kdart
Copy link
Mannequin

kdart mannequin commented Jun 27, 2003

BPO 761865
Files
  • python_readline.diff: Diff against readline.c
  • 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 2003-06-30.01:29:27.000>
    created_at = <Date 2003-06-27.14:24:32.000>
    labels = ['extension-modules']
    title = 'patch against readline module to handle signals'
    updated_at = <Date 2003-06-30.01:29:27.000>
    user = 'https://bugs.python.org/kdart'

    bugs.python.org fields:

    activity = <Date 2003-06-30.01:29:27.000>
    actor = 'nnorwitz'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2003-06-27.14:24:32.000>
    creator = 'kdart'
    dependencies = []
    files = ['5419']
    hgrepos = []
    issue_num = 761865
    keywords = ['patch']
    message_count = 2.0
    messages = ['44129', '44130']
    nosy_count = 2.0
    nosy_names = ['nnorwitz', 'kdart']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue761865'
    versions = ['Python 2.2']

    @kdart
    Copy link
    Mannequin Author

    kdart mannequin commented Jun 27, 2003

    Attached is a patch against the readline module that
    hooks the readline event hook to call the
    PyErr_CheckSignals(). This way, Python signal handlers
    get run even if you are sitting at a readline prompt
    (where they didn't before). this solves a long-standing
    annoyance for me. whew.

    @kdart kdart mannequin closed this as completed Jun 27, 2003
    @kdart kdart mannequin added the extension-modules C modules in the Modules dir label Jun 27, 2003
    @kdart kdart mannequin closed this as completed Jun 27, 2003
    @kdart kdart mannequin added the extension-modules C modules in the Modules dir label Jun 27, 2003
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Jun 30, 2003

    Logged In: YES
    user_id=33168

    Closing as duplicate of 761863.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants