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 serhiy.storchaka
Recipients behackett, emptysquare, martin.panter, serhiy.storchaka, vstinner
Date 2015-09-24.07:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443079859.44.0.0582839410324.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
The json code was almost not changed, so it can be related to changes in import machinery or in ceval.c if they consume more stack than previous.

Yet one suspect is Argument Clinic that adds additional wrappers.
History
Date User Action Args
2015-09-24 07:30:59serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, martin.panter, emptysquare, behackett
2015-09-24 07:30:59serhiy.storchakasetmessageid: <1443079859.44.0.0582839410324.issue25222@psf.upfronthosting.co.za>
2015-09-24 07:30:59serhiy.storchakalinkissue25222 messages
2015-09-24 07:30:59serhiy.storchakacreate