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 ncohen
Recipients brett.cannon, chris.jerdonek, eric.araujo, eric.snow, jaraco, jayyin11043, ncoghlan, ncohen, python-dev, serhiy.storchaka
Date 2022-03-26.10:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648289184.64.0.478184946921.issue32642@roundup.psfhosted.org>
In-reply-to
Content
So I've got in mind a PyListObject subclass with calls to PyOS_FSPath before insert, append, extend and __getitem__.

But I feel like this is an overkill; also, extend function might be trickier to implement.
Do any of you have better idea?
History
Date User Action Args
2022-03-26 10:06:24ncohensetrecipients: + ncohen, brett.cannon, jaraco, ncoghlan, eric.araujo, chris.jerdonek, python-dev, eric.snow, serhiy.storchaka, jayyin11043
2022-03-26 10:06:24ncohensetmessageid: <1648289184.64.0.478184946921.issue32642@roundup.psfhosted.org>
2022-03-26 10:06:24ncohenlinkissue32642 messages
2022-03-26 10:06:24ncohencreate