Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Dec 7, 2022

@netlify
Copy link

netlifybot commented Dec 7, 2022

Deploy Preview for python-cpython-preview canceled.

NameLink
🔨 Latest commitb8befdc
🔍 Latest deploy loghttps://app.netlify.com/sites/python-cpython-preview/deploys/63925f7c5c9e170008558b26

@ericsnowcurrentlyericsnowcurrently removed the request for review from a teamDecember 7, 2022 17:17
@ericsnowcurrentlyericsnowcurrently merged commit cda9f02 into python:mainDec 8, 2022
@ericsnowcurrentlyericsnowcurrently deleted the consolidate-os-globals branch December 8, 2022 22:38
@vstinner
Copy link
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
Copy link
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

@ericsnowcurrently
Copy link
MemberAuthor

I'll get that fixed.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ericsnowcurrently@vstinner@bedevere-bot