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 brotherbeer
Recipients brotherbeer
Date 2021-06-11.08:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623401355.22.0.20418176372.issue44391@roundup.psfhosted.org>
In-reply-to
Content
cpython-3.10.0b2/PC/launcher.c, line 347

One more argument than required?

 345         else if (attrs & FILE_ATTRIBUTE_DIRECTORY) {
 346             debug(L"locate_pythons_for_key: '%ls' is a directory\n",
 347                   ip->executable, attrs);
 348         }
History
Date User Action Args
2021-06-11 08:49:15brotherbeersetrecipients: + brotherbeer
2021-06-11 08:49:15brotherbeersetmessageid: <1623401355.22.0.20418176372.issue44391@roundup.psfhosted.org>
2021-06-11 08:49:15brotherbeerlinkissue44391 messages
2021-06-11 08:49:15brotherbeercreate