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 BTaskaya
Recipients BTaskaya
Date 2020-04-22.19:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587584663.02.0.972629021884.issue40366@roundup.psfhosted.org>
In-reply-to
Content
We can start deprecating usage of obsoleted flags in compile and slowly remove support for them. An example would be CO_NESTED. 

https://github.com/python/cpython/blob/master/Python/bltinmodule.c#L748
History
Date User Action Args
2020-04-22 19:44:23BTaskayasetrecipients: + BTaskaya
2020-04-22 19:44:23BTaskayasetmessageid: <1587584663.02.0.972629021884.issue40366@roundup.psfhosted.org>
2020-04-22 19:44:23BTaskayalinkissue40366 messages
2020-04-22 19:44:22BTaskayacreate