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

ResourceWarning when imorting antigravity in 3.6 #73166

Closed
ilevkivskyi opened this issue Dec 15, 2016 · 4 comments
Closed

ResourceWarning when imorting antigravity in 3.6 #73166

ilevkivskyi opened this issue Dec 15, 2016 · 4 comments
Labels
performance Performance or resource usage stdlib Python modules in the Lib dir

Comments

@ilevkivskyi
Copy link
Member

BPO 28980
Nosy @ilevkivskyi, @brendan-donegan

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 2018-01-23.00:06:24.129>
created_at = <Date 2016-12-15.15:03:36.808>
labels = ['library', 'performance']
title = 'ResourceWarning when imorting antigravity in 3.6'
updated_at = <Date 2018-01-23.00:06:24.128>
user = 'https://github.com/ilevkivskyi'

bugs.python.org fields:

activity = <Date 2018-01-23.00:06:24.128>
actor = 'levkivskyi'
assignee = 'none'
closed = True
closed_date = <Date 2018-01-23.00:06:24.129>
closer = 'levkivskyi'
components = ['Library (Lib)']
creation = <Date 2016-12-15.15:03:36.808>
creator = 'levkivskyi'
dependencies = []
files = []
hgrepos = []
issue_num = 28980
keywords = []
message_count = 4.0
messages = ['283317', '283327', '289810', '310450']
nosy_count = 2.0
nosy_names = ['levkivskyi', 'brendan-donegan']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue28980'
versions = ['Python 3.6']

@ilevkivskyi
Copy link
Member Author

In 3.6 importing antigravity prints a warning (although it does what it should do):

>>> import antigravity
/home/ivan/.../Lib/subprocess.py:761: ResourceWarning: subprocess 15501 is still running
  ResourceWarning, source=self)

This is probably related to http://bugs.python.org/issue27069

@ilevkivskyi ilevkivskyi added stdlib Python modules in the Lib dir performance Performance or resource usage labels Dec 15, 2016
@brendan-donegan
Copy link
Mannequin

brendan-donegan mannequin commented Dec 15, 2016

I think this is essentially a duplicate of http://bugs.python.org/issue27069, or at least fixing that will fix this (as the exception is caused by the webbrowser.open() call)

@ilevkivskyi
Copy link
Member Author

It looks like this is fixed on master, but the problem still appears on 3.6

@ilevkivskyi
Copy link
Member Author

I have not seen this for quite some time so I'm closing this as fixed.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant