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

cleanup now deepcopy copies instance methods #51658

Closed
rbtcollins opened this issue Nov 29, 2009 · 2 comments
Closed

cleanup now deepcopy copies instance methods #51658

rbtcollins opened this issue Nov 29, 2009 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@rbtcollins
Copy link
Member

BPO 7409
Nosy @rbtcollins, @benjaminp
Files
  • deepcopy-works.patch
  • 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 2009-11-29.22:26:46.525>
    created_at = <Date 2009-11-29.22:23:28.527>
    labels = ['library']
    title = 'cleanup now deepcopy copies instance methods'
    updated_at = <Date 2009-11-29.22:26:46.517>
    user = 'https://github.com/rbtcollins'

    bugs.python.org fields:

    activity = <Date 2009-11-29.22:26:46.517>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-11-29.22:26:46.525>
    closer = 'benjamin.peterson'
    components = ['Library (Lib)']
    creation = <Date 2009-11-29.22:23:28.527>
    creator = 'rbcollins'
    dependencies = []
    files = ['15417']
    hgrepos = []
    issue_num = 7409
    keywords = ['patch']
    message_count = 2.0
    messages = ['95823', '95824']
    nosy_count = 2.0
    nosy_names = ['rbcollins', 'benjamin.peterson']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue7409'
    versions = ['Python 2.7', 'Python 3.2']

    @rbtcollins
    Copy link
    Member Author

    With deepcopy fixed, I ran across this little fixable component.

    @rbtcollins rbtcollins added the stdlib Python modules in the Lib dir label Nov 29, 2009
    @benjaminp
    Copy link
    Contributor

    Fixed in r76591. Thanks!

    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants