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

gh-81057: Move OS-Related Globals to _PyRuntimeState by ericsnowcurrently · Pull Request #100082 · python/cpython · GitHub

/ cpython Public

gh-81057: Move OS-Related Globals to _PyRuntimeState - #100082

Merged
ericsnowcurrently merged 6 commits into
python:mainfrom
ericsnowcurrently:consolidate-os-globals
Dec 8, 2022
Merged

gh-81057: Move OS-Related Globals to _PyRuntimeState#100082
ericsnowcurrently merged 6 commits into
python:mainfrom
ericsnowcurrently:consolidate-os-globals

Conversation

ericsnowcurrently commented Dec 7, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

netlify Bot commented Dec 7, 2022
edited
Loading

Copy link
Copy Markdown

Deploy Preview for python-cpython-preview canceled.

Name Link
🔨 Latest commit b8befdc
🔍 Latest deploy log https://app.netlify.com/sites/python-cpython-preview/deploys/63925f7c5c9e170008558b26

ericsnowcurrently removed the request for review from a team December 7, 2022 17:17
ericsnowcurrently merged commit cda9f02 into python:main Dec 8, 2022
ericsnowcurrently deleted the consolidate-os-globals branch December 8, 2022 22:38

vstinner commented Dec 9, 2022

Copy link
Copy Markdown
Member

This change introduced a reference leak. Example with test_posixpath:

$ ./python -m test test_posixpath -R 3:3 -m test_ismount_directory_not_readable
(...)
test_posixpath leaked [9, 9, 9] references, sum=27
(...)

vstinner commented Dec 9, 2022

Copy link
Copy Markdown
Member

On PPC64LE Fedora Stable Refleaks 3.x, test_os and test_posixpath started to leak memory: https://buildbot.python.org/all/#builders/280/builds/548

Copy link
Copy Markdown
Member Author

I'll get that fixed.

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.

3 participants


Back | FazBrowse Home | New Git URL