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 jcea
Recipients Garen, belopolsky, danchr, dhduvall, dmalcolm, fche, glyph, hazmat, jbaker, jcea, jmcp, laca, lasizoillo, loewis, mjw, movement, neologix, pitrou, rhettinger, robert.kern, ronaldoussoren, serverhorror, sirg3, techtonik, twleung, wsanchez
Date 2011-11-27.04:35:55
SpamBayes Score 1.4551509e-06
Marked as misclassified No
Message-id <1322368556.01.0.723102722622.issue13405@psf.upfronthosting.co.za>
In-reply-to
Content
Preview of the 3.3 patch. Includes work from issue #13488.

Work to do:

- "line" probe.

- "jstack()" helper.

- Instance names work, but using internal undocumented API. Change that. Probably keeping an "encoded" version of the name for each type. Memory use increase should be linear with number of types, not number of instances. Think about it.

- Verify memory use increase with "co->co_filename_encoded" and "co->co_name_encoded".
History
Date User Action Args
2011-11-27 04:35:56jceasetrecipients: + jcea, loewis, rhettinger, ronaldoussoren, belopolsky, pitrou, wsanchez, movement, techtonik, serverhorror, glyph, laca, twleung, jbaker, robert.kern, sirg3, danchr, dhduvall, dmalcolm, mjw, Garen, neologix, lasizoillo, fche, hazmat, jmcp
2011-11-27 04:35:56jceasetmessageid: <1322368556.01.0.723102722622.issue13405@psf.upfronthosting.co.za>
2011-11-27 04:35:55jcealinkissue13405 messages
2011-11-27 04:35:55jceacreate