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

move intern to sys, make intern() optionally warn #45017

Closed
anthonybaxter mannequin opened this issue May 31, 2007 · 1 comment
Closed

move intern to sys, make intern() optionally warn #45017

anthonybaxter mannequin opened this issue May 31, 2007 · 1 comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@anthonybaxter
Copy link
Mannequin

anthonybaxter mannequin commented May 31, 2007

BPO 1728741
Files
  • intern-to-sys.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 2010-07-10.15:59:36.963>
    created_at = <Date 2007-05-31.06:29:11.000>
    labels = ['interpreter-core', 'type-feature']
    title = 'move intern to sys, make intern() optionally warn'
    updated_at = <Date 2010-07-10.15:59:36.962>
    user = 'https://bugs.python.org/anthonybaxter'

    bugs.python.org fields:

    activity = <Date 2010-07-10.15:59:36.962>
    actor = 'benjamin.peterson'
    assignee = 'nnorwitz'
    closed = True
    closed_date = <Date 2010-07-10.15:59:36.963>
    closer = 'benjamin.peterson'
    components = ['Interpreter Core']
    creation = <Date 2007-05-31.06:29:11.000>
    creator = 'anthonybaxter'
    dependencies = []
    files = ['8025']
    hgrepos = []
    issue_num = 1728741
    keywords = ['patch']
    message_count = 1.0
    messages = ['52705']
    nosy_count = 2.0
    nosy_names = ['nnorwitz', 'anthonybaxter']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'test needed'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1728741'
    versions = ['Python 3.2']

    @anthonybaxter
    Copy link
    Mannequin Author

    anthonybaxter mannequin commented May 31, 2007

    This patch moves intern() to sys.intern(). intern() will still work - it optionally issues a warning (based on the 3.x compat flag) then calls across to sys.intern()

    @anthonybaxter anthonybaxter mannequin assigned nnorwitz May 31, 2007
    @anthonybaxter anthonybaxter mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 31, 2007
    @anthonybaxter anthonybaxter mannequin assigned nnorwitz May 31, 2007
    @anthonybaxter anthonybaxter mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 31, 2007
    @devdanzin devdanzin mannequin added type-feature A feature request or enhancement labels Mar 30, 2009
    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant