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 pablogsal
Recipients BTaskaya, eric.smith, pablogsal
Date 2020-03-27.00:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585270186.52.0.532809305916.issue40080@roundup.psfhosted.org>
In-reply-to
Content
I am -1 to this feature because compared with other optimization levels this can have unknown effects on the runtime, especially on dependencies you do not control. dataclasses is an example, but much more exist. To support this feature we would need also another extension for pyc files (like pyo) but (pyo) cannot be used to preserve backwards compatibility. Also, the feature will mainly serve to reduce file size, not much to speed up the runtime as any gain will be constant at definition time. IMHO the maintenance cost is too high for what the value is and it also has some potentially unintended dangerous consequences.
History
Date User Action Args
2020-03-27 00:49:46pablogsalsetrecipients: + pablogsal, eric.smith, BTaskaya
2020-03-27 00:49:46pablogsalsetmessageid: <1585270186.52.0.532809305916.issue40080@roundup.psfhosted.org>
2020-03-27 00:49:46pablogsallinkissue40080 messages
2020-03-27 00:49:46pablogsalcreate