This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients levkivskyi
Date 2016-12-15.15:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481814216.83.0.890338512389.issue28980@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-12-15 15:03:36levkivskyisetrecipients: + levkivskyi
2016-12-15 15:03:36levkivskyisetmessageid: <1481814216.83.0.890338512389.issue28980@psf.upfronthosting.co.za>
2016-12-15 15:03:36levkivskyilinkissue28980 messages
2016-12-15 15:03:36levkivskyicreate