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

Remove unused pysqlite_flush_statement_cache function #72223

Closed
berkerpeksag opened this issue Sep 9, 2016 · 2 comments
Closed

Remove unused pysqlite_flush_statement_cache function #72223

berkerpeksag opened this issue Sep 9, 2016 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@berkerpeksag
Copy link
Member

BPO 28036
Nosy @berkerpeksag
Files
  • flush-statement-cache.diff
  • 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 2016-09-11.12:37:15.883>
    created_at = <Date 2016-09-09.05:37:51.938>
    labels = ['extension-modules', 'type-feature']
    title = 'Remove unused pysqlite_flush_statement_cache function'
    updated_at = <Date 2016-09-11.12:37:15.882>
    user = 'https://github.com/berkerpeksag'

    bugs.python.org fields:

    activity = <Date 2016-09-11.12:37:15.882>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-09-11.12:37:15.883>
    closer = 'berker.peksag'
    components = ['Extension Modules']
    creation = <Date 2016-09-09.05:37:51.938>
    creator = 'berker.peksag'
    dependencies = []
    files = ['44486']
    hgrepos = []
    issue_num = 28036
    keywords = ['patch']
    message_count = 2.0
    messages = ['275263', '275782']
    nosy_count = 3.0
    nosy_names = ['ghaering', 'python-dev', 'berker.peksag']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28036'
    versions = ['Python 3.6']

    @berkerpeksag
    Copy link
    Member Author

    This looks like unused since years. Here's a patch that removes it.

    @berkerpeksag berkerpeksag added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Sep 9, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 11, 2016

    New changeset 0bd7fe9b0bd7 by Berker Peksag in branch 'default':
    Issue bpo-28036: Remove unused pysqlite_flush_statement_cache function
    https://hg.python.org/cpython/rev/0bd7fe9b0bd7

    @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
    extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant