Skip to content

gh-101469: Optimise get_io_state() by using _PyModule_GetState()#101470

Merged
miss-islington merged 2 commits intopython:mainfrom
erlend-aasland:get-io-state
Jan 31, 2023
Merged

gh-101469: Optimise get_io_state() by using _PyModule_GetState()#101470
miss-islington merged 2 commits intopython:mainfrom
erlend-aasland:get-io-state

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jan 31, 2023

Automerge-Triggered-By: GH:erlend-aasland

Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go!

@miss-islington
Copy link
Contributor

Status check is done, and it's a success ✅.

@miss-islington miss-islington merged commit f80db6c into python:main Jan 31, 2023
@erlend-aasland erlend-aasland deleted the get-io-state branch January 31, 2023 18:52
carljm added a commit to carljm/cpython that referenced this pull request Jan 31, 2023
* main:
  pythonGH-100288: Skip extra work when failing to specialize LOAD_ATTR (pythonGH-101354)
  pythongh-101409: Improve generated clinic code for self type checks (python#101411)
  pythongh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction definition DSL (python#101458)
  pythongh-101469: Optimise get_io_state() by using _PyModule_GetState() (pythonGH-101470)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimise get_io_state()

4 participants