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 vstinner
Recipients Mark.Shannon, brett.cannon, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-18.22:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453156265.51.0.221809572741.issue26107@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 4:

* finish to update Objects/lnotab_notes.txt
* update _PyCode_CheckLineNumber() in codeobject.c
* set importlib MAGIC to 3361

I don't expect my patch to be complete nor perfect. IMHO it's fine to adjust the code later if needed.

I would like to integrate FAT Python changes step by step. It looks like the general idea of AST optimizers is well accepted.
History
Date User Action Args
2016-01-18 22:31:07vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, rhettinger, Mark.Shannon, python-dev, serhiy.storchaka
2016-01-18 22:31:05vstinnersetmessageid: <1453156265.51.0.221809572741.issue26107@psf.upfronthosting.co.za>
2016-01-18 22:31:05vstinnerlinkissue26107 messages
2016-01-18 22:31:05vstinnercreate