[issue28980] ResourceWarning when imorting antigravity in 3.6

2018-01-22 Thread Ivan Levkivskyi

Ivan Levkivskyi  added the comment:

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

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28980] ResourceWarning when imorting antigravity in 3.6

2017-03-18 Thread Ivan Levkivskyi

Ivan Levkivskyi added the comment:

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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28980] ResourceWarning when imorting antigravity in 3.6

2016-12-15 Thread Brendan Donegan

Brendan Donegan added the comment:

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)

--
nosy: +brendan-donegan

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28980] ResourceWarning when imorting antigravity in 3.6

2016-12-15 Thread Ivan Levkivskyi

New submission from Ivan Levkivskyi:

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

--
components: Library (Lib)
messages: 283317
nosy: levkivskyi
priority: normal
severity: normal
status: open
title: ResourceWarning when imorting antigravity in 3.6
type: resource usage
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com