[New-bugs-announce] [issue28980] ResourceWarning when imorting antigravity in 3.6

Ivan Levkivskyi report at bugs.python.org
Thu Dec 15 10:03:36 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28980>
_______________________________________


More information about the New-bugs-announce mailing list