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 pitrou
Recipients Arfrever, brett.cannon, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-25.15:25:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335367464.3465.2.camel@localhost.localdomain>
In-reply-to <1335366899.52.0.47982029836.issue14657@psf.upfronthosting.co.za>
Content
> Attached patch is an initial attempt (the reference counting on the
> two modules is likely still a bit dodgy - this is my first version
> that didn't segfault as I got used to the mechanics of dealing with a
> frozen module, so it errs on the side of leaking references)

But does it make debugging any easier? The IO streams are not yet
initialized at that point (neither are the codecs), so you are executing
_bootstrap.py from a very bare interpreter.
History
Date User Action Args
2012-04-25 15:25:49pitrousetrecipients: + pitrou, lemburg, brett.cannon, ncoghlan, eric.smith, Arfrever, eric.snow
2012-04-25 15:25:48pitroulinkissue14657 messages
2012-04-25 15:25:48pitroucreate