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 SilentGhost
Recipients Paul Monson, SilentGhost, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-11.06:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557557369.57.0.73865654317.issue35947@roundup.psfhosted.org>
In-reply-to
Content
> I also wanted libffi_msvc/ to be removed.

An empty directory is not really tracked by git, you should be able to just remove it manually without any problems, alternatively you could try

git clean -fd  # on a clean tree

add -n for dry run.
History
Date User Action Args
2019-05-11 06:49:29SilentGhostsetrecipients: + SilentGhost, paul.moore, vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower, Paul Monson
2019-05-11 06:49:29SilentGhostsetmessageid: <1557557369.57.0.73865654317.issue35947@roundup.psfhosted.org>
2019-05-11 06:49:29SilentGhostlinkissue35947 messages
2019-05-11 06:49:29SilentGhostcreate