swiftlang/swift

[SR-7320] GYB is run with python, not python2.7

開放

#49,868 建立於 2018年3月31日

 (1 則留言) (0 個反應) (0 位負責人)Swift (10,719 個分叉)batch import
bugcmakegood first issue

倉庫指標

星標
 (69,989 顆星)
PR 合併指標
 (平均合併 8天 17小時) (30 天內合併 510 個 PR)

描述

Previous ID SR-7320
Radar None
Original Reporter sanxiyn (JIRA User)
Type Bug
Votes 0
Component/s
Labels Bug, CMake, StarterBug
Assignee None
Priority Medium

md5: a456e83bcda5542ee8cf2382f8fa9b21

Issue Description:

https://github.com/apple/swift/pull/1535 made GYB run with python2.7, but https://github.com/apple/swift/pull/6463 effectively reverted the change because GYB is run with PYTHON_EXECUTABLE instead of using shebang line. This causes the problem 1535 fixed to reappear.

貢獻者指南