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

What's new in Python 3.11: Faster CPython #91345

Closed
Fidget-Spinner opened this issue Apr 1, 2022 · 3 comments
Closed

What's new in Python 3.11: Faster CPython #91345

Fidget-Spinner opened this issue Apr 1, 2022 · 3 comments
Labels
3.11 only security fixes docs Documentation in the Doc dir

Comments

@Fidget-Spinner
Copy link
Member

BPO 47189
Nosy @Fidget-Spinner
PRs
  • bpo-47189: What's New in 3.11: Faster CPython #32235
  • 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 2022-04-06.12:42:10.089>
    created_at = <Date 2022-04-01.15:55:28.451>
    labels = ['3.11', 'docs']
    title = "What's new in Python 3.11: Faster CPython"
    updated_at = <Date 2022-04-06.12:42:10.088>
    user = 'https://github.com/Fidget-Spinner'

    bugs.python.org fields:

    activity = <Date 2022-04-06.12:42:10.088>
    actor = 'kj'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2022-04-06.12:42:10.089>
    closer = 'kj'
    components = ['Documentation']
    creation = <Date 2022-04-01.15:55:28.451>
    creator = 'kj'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47189
    keywords = ['patch']
    message_count = 1.0
    messages = ['416859']
    nosy_count = 2.0
    nosy_names = ['docs@python', 'kj']
    pr_nums = ['32235']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue47189'
    versions = ['Python 3.11']

    @Fidget-Spinner Fidget-Spinner added the 3.11 only security fixes label Apr 1, 2022
    @Fidget-Spinner Fidget-Spinner added 3.11 only security fixes docs Documentation in the Doc dir labels Apr 1, 2022
    @Fidget-Spinner Fidget-Spinner added the docs Documentation in the Doc dir label Apr 1, 2022
    @Fidget-Spinner
    Copy link
    Member Author

    New changeset 9ffe47d by Ken Jin in branch 'main':
    bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
    9ffe47d

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @Fidget-Spinner
    Copy link
    Member Author

    I've been watching online discussions about the What's New to see how I can improve this. One thing I noticed is that people still have the misconception that we broke inspect.currentframe or sys._getframe via the new frame structs. This is not the case.

    See for example this discussion on reddit: https://www.reddit.com/r/Python/comments/uktt1w/python_3110b1_is_out_python_311_is_now_in_feature/i7v5dwm/

    @Fidget-Spinner Fidget-Spinner reopened this May 9, 2022
    miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 9, 2022
    …atsnew (pythonGH-92552)
    
    (cherry picked from commit be3cdd6)
    
    Co-authored-by: Ken Jin <kenjin4096@gmail.com>
    @kumaraditya303 kumaraditya303 reopened this May 9, 2022
    @kumaraditya303
    Copy link
    Contributor

    Waiting for 3.11 backport #92558

    miss-islington added a commit that referenced this issue May 9, 2022
    …GH-92552)
    
    (cherry picked from commit be3cdd6)
    
    Co-authored-by: Ken Jin <kenjin4096@gmail.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants