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 eric.smith
Recipients eric.smith, kfollstad
Date 2021-04-28.23:01:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619650918.08.0.199808569505.issue43970@roundup.psfhosted.org>
In-reply-to
Content
New changeset 4a85718212fd032c922ca7d630b2602dd4b29a35 by kfollstad in branch 'master':
bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699)
https://github.com/python/cpython/commit/4a85718212fd032c922ca7d630b2602dd4b29a35
History
Date User Action Args
2021-04-28 23:01:58eric.smithsetrecipients: + eric.smith, kfollstad
2021-04-28 23:01:58eric.smithsetmessageid: <1619650918.08.0.199808569505.issue43970@roundup.psfhosted.org>
2021-04-28 23:01:58eric.smithlinkissue43970 messages
2021-04-28 23:01:58eric.smithcreate