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 xtreak
Recipients vstinner, xtreak
Date 2018-07-25.14:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532529727.01.0.56676864532.issue34223@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4 seems fine

➜  cpython git:(57b85d3) ./python
Python 3.4.9rc1+ (default, Jul 25 2018, 14:39:07)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

➜  cpython git:(57b85d3) time PYTHONDUMPREFS=1 ./python -c pass
(...)
0x7fbe97f52110 [57] str
0x7fbe97f520a8 [57] str
0x7fbe97f52040 [39] str
0x7fbe97f50350 [23] str
0x7fbe97f502e0 [48] str
0x7fbe97f50270 [143] str
0x7fbe97f50200 [24] str
0x7fbe97f50190 [24] str
0x7fbe97f50120 [8] str
0x7fbe97f500c8 [1] dict
0x7fbe97f51040 [138] str
0x7fbe97f50058 [1] dict
0x7fbe97f4f058 [154] tuple
0x86c6e0 [381] type
0x86cb00 [31] type
PYTHONDUMPREFS=1 ./python -c pass  0.08s user 0.08s system 45% cpu 0.342 total


Thanks
History
Date User Action Args
2018-07-25 14:42:07xtreaksetrecipients: + xtreak, vstinner
2018-07-25 14:42:07xtreaksetmessageid: <1532529727.01.0.56676864532.issue34223@psf.upfronthosting.co.za>
2018-07-25 14:42:06xtreaklinkissue34223 messages
2018-07-25 14:42:06xtreakcreate