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 brett.cannon
Recipients Antony.Lee, barneygale, brett.cannon, pitrou
Date 2020-03-02.19:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583179174.35.0.13300096585.issue39682@roundup.psfhosted.org>
In-reply-to
Content
I guess a question is whether we want immutability guarantees (I for one didn't even know you could hash Path objects until now).

I'm personally fine with that idea as it mentally makes sense to not need paths to be mutable. But as I said, someone needs to take at least some stab at seeing if any preexisting code out there will break if the _closed flag is removed before we can continue this discussion.
History
Date User Action Args
2020-03-02 19:59:34brett.cannonsetrecipients: + brett.cannon, pitrou, Antony.Lee, barneygale
2020-03-02 19:59:34brett.cannonsetmessageid: <1583179174.35.0.13300096585.issue39682@roundup.psfhosted.org>
2020-03-02 19:59:34brett.cannonlinkissue39682 messages
2020-03-02 19:59:34brett.cannoncreate