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 gvanrossum, methane, vstinner, yselivanov
Date 2021-02-19.17:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> (Or perhaps provide an -X flag to disable it without the need to recompile.)

Giving the ability to control the cache size, at least at Python startup, is one option.

Or maybe need a generic -X flag to tell Python that libregrtest is tracking leaks, since we might need to change other parameters than only the opcode cache size.
History
Date User Action Args
2021-02-19 17:52:54vstinnersetrecipients: + vstinner, gvanrossum, methane, yselivanov
2021-02-19 17:52:54vstinnersetmessageid: <[email protected]>
2021-02-19 17:52:54vstinnerlinkissue37146 messages
2021-02-19 17:52:54vstinnercreate