FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-131238: Convert pycore_pystate.h static inline to functions by vstinner · Pull Request #131352 · python/cpython · GitHub

/ cpython Public

gh-131238: Convert pycore_pystate.h static inline to functions - #131352

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:pycore_deps4
Mar 17, 2025
Merged

gh-131238: Convert pycore_pystate.h static inline to functions#131352
vstinner merged 1 commit into
python:mainfrom
vstinner:pycore_deps4

Conversation

vstinner commented Mar 17, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Convert static inline functions to functions:

  • _Py_IsMainThread()
  • _PyInterpreterState_Main()
  • _Py_IsMainInterpreterFinalizing()
  • _Py_GetMainConfig()

Convert static inline functions to functions:

* _Py_IsMainThread()
* _PyInterpreterState_Main()
* _Py_IsMainInterpreterFinalizing()
* _Py_GetMainConfig()
vstinner merged commit 0453e49 into python:main Mar 17, 2025
vstinner deleted the pycore_deps4 branch March 17, 2025 11:31
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request Mar 17, 2025
…ython#131352)

Convert static inline functions to functions:

* _Py_IsMainThread()
* _PyInterpreterState_Main()
* _Py_IsMainInterpreterFinalizing()
* _Py_GetMainConfig()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL