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 lys.nikolaou
Recipients eric.smith, lys.nikolaou, pablogsal
Date 2020-06-26.20:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593204978.6.0.0616060148241.issue41132@roundup.psfhosted.org>
In-reply-to
Content
The f-string parser uses the raw allocator in various places. We had a very very brief discussion about this with Pablo and he suggested to change the new parser and the hand-written f-string parser to use the pymalloc allocator.

Eric, is there a specific reason the raw allocator was used?
History
Date User Action Args
2020-06-26 20:56:18lys.nikolaousetrecipients: + lys.nikolaou, eric.smith, pablogsal
2020-06-26 20:56:18lys.nikolaousetmessageid: <1593204978.6.0.0616060148241.issue41132@roundup.psfhosted.org>
2020-06-26 20:56:18lys.nikolaoulinkissue41132 messages
2020-06-26 20:56:18lys.nikolaoucreate