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 christian.heimes
Recipients christian.heimes, pitrou
Date 2013-06-02.18:18:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370197134.34.0.214224244916.issue18121@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python
Python 3.4.0a0 (default:801567d6302c+, May 23 2013, 14:22:00) 
[GCC 4.7.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gc
>>> gc.set_debug(gc.DEBUG_UNCOLLECTABLE)
>>> import antigravity
>>> Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

>>> 
gc: uncollectable <Popen 0x7faa2e37bd58>
gc: uncollectable <dict 0x7faa2f535f38>
gc: uncollectable <type 0x26e3198>
gc: uncollectable <list 0x7faa2e36c138>
gc: uncollectable <dict 0x7faa2e366f38>
gc: uncollectable <tuple 0x7faa2e3699f8>
gc: uncollectable <function 0x7faa2e36ee00>
gc: uncollectable <function 0x7faa2e382a68>
gc: uncollectable <function 0x7faa2e382280>
gc: uncollectable <function 0x7faa2e3821c8>
gc: uncollectable <function 0x7faa2e382618>
gc: uncollectable <getset_descriptor 0x7faa2e37d1c0>
gc: uncollectable <function 0x7faa2e36eeb8>
gc: uncollectable <function 0x7faa2e382840>
gc: uncollectable <function 0x7faa2e382bd8>
gc: uncollectable <getset_descriptor 0x7faa2e37d2b0>
gc: uncollectable <function 0x7faa2e36ed48>
gc: uncollectable <function 0x7faa2e382b20>
gc: uncollectable <function 0x7faa2e382c90>
gc: uncollectable <function 0x7faa2e3823f0>
gc: uncollectable <function 0x7faa2e382110>
gc: uncollectable <function 0x7faa2e3824a8>
gc: uncollectable <function 0x7faa2e3826d0>
gc: uncollectable <function 0x7faa2e36ef70>
gc: uncollectable <function 0x7faa2e382058>
gc: uncollectable <function 0x7faa2e382788>
gc: uncollectable <function 0x7faa2e3829b0>
gc: uncollectable <function 0x7faa2e382e00>
gc: uncollectable <function 0x7faa2e3828f8>
gc: uncollectable <function 0x7faa2e382d48>
gc: uncollectable <function 0x7faa2e382560>
gc: uncollectable <function 0x7faa2e382338>
gc: uncollectable <dict 0x7faa2e35bf38>
gc: uncollectable <tuple 0x7faa2e37fed8>
gc: uncollectable <tuple 0x7faa2e369b48>
gc: uncollectable <tuple 0x7faa2e37fe58>
gc: uncollectable <list 0x7faa2e366138>
gc:0: ResourceWarning: gc: 1 uncollectable objects at shutdown
      [<subprocess.Popen object at 0x7faa2e37bd58>]

platform: Ubuntu 12.10 AMD64
browser: Firefox 20.0
History
Date User Action Args
2013-06-02 18:18:54christian.heimessetrecipients: + christian.heimes, pitrou
2013-06-02 18:18:54christian.heimessetmessageid: <1370197134.34.0.214224244916.issue18121@psf.upfronthosting.co.za>
2013-06-02 18:18:54christian.heimeslinkissue18121 messages
2013-06-02 18:18:53christian.heimescreate