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 xtreak
Recipients paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2018-09-05.08:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536136240.46.0.56676864532.issue34575@psf.upfronthosting.co.za>
In-reply-to
Content
If it's due to cache then there is a REST API to clear the cache manually and someone with access to Appveyor credentials can give it a try to clear the cache and see if it's fixed.

Ref : https://github.com/appveyor/ci/issues/985

Log in and execute the below from the console as per https://github.com/appveyor/ci/issues/985#issuecomment-279199811

$.ajax({
    url: 'https://ci.appveyor.com/api/projects/<username>/<project>/buildcache',
    type: 'DELETE'})

A workaround : https://help.appveyor.com/discussions/questions/1310-delete-cache


Thanks
History
Date User Action Args
2018-09-05 08:30:40xtreaksetrecipients: + xtreak, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-09-05 08:30:40xtreaksetmessageid: <1536136240.46.0.56676864532.issue34575@psf.upfronthosting.co.za>
2018-09-05 08:30:40xtreaklinkissue34575 messages
2018-09-05 08:30:40xtreakcreate