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

Fix bug 982806 - allow for optional 2nd argument #40498

Closed
jmlamanna mannequin opened this issue Jul 3, 2004 · 2 comments
Closed

Fix bug 982806 - allow for optional 2nd argument #40498

jmlamanna mannequin opened this issue Jul 3, 2004 · 2 comments
Assignees
Labels
extension-modules C modules in the Modules dir

Comments

@jmlamanna
Copy link
Mannequin

jmlamanna mannequin commented Jul 3, 2004

BPO 984495
Nosy @akuchling
Files
  • gdbmmodule.c.patch: Fixes a bug in gdbmmodule dealing with the optional 2nd arugment.
  • 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 = 'https://github.com/akuchling'
    closed_at = <Date 2004-07-07.14:21:18.000>
    created_at = <Date 2004-07-03.06:02:43.000>
    labels = ['extension-modules']
    title = 'Fix bug 982806 - allow for optional 2nd argument'
    updated_at = <Date 2004-07-07.14:21:18.000>
    user = 'https://bugs.python.org/jmlamanna'

    bugs.python.org fields:

    activity = <Date 2004-07-07.14:21:18.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2004-07-03.06:02:43.000>
    creator = 'jmlamanna'
    dependencies = []
    files = ['6072']
    hgrepos = []
    issue_num = 984495
    keywords = ['patch']
    message_count = 2.0
    messages = ['46306', '46307']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'jmlamanna']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue984495'
    versions = ['Python 2.4']

    @jmlamanna
    Copy link
    Mannequin Author

    jmlamanna mannequin commented Jul 3, 2004

    Typo in setting the default value of the flags in the
    gdbm module, which causes open() to fail if no second
    argument is given.

    @jmlamanna jmlamanna mannequin closed this as completed Jul 3, 2004
    @jmlamanna jmlamanna mannequin assigned akuchling Jul 3, 2004
    @jmlamanna jmlamanna mannequin added the extension-modules C modules in the Modules dir label Jul 3, 2004
    @jmlamanna jmlamanna mannequin closed this as completed Jul 3, 2004
    @jmlamanna jmlamanna mannequin assigned akuchling Jul 3, 2004
    @jmlamanna jmlamanna mannequin added the extension-modules C modules in the Modules dir label Jul 3, 2004
    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Duplicated patch; closing.

    @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

    1 participant