Checks if the Python version is an unstable supported release candidate.
(constraint string)
| 479 | } |
| 480 | if exists { |
| 481 | if err := os.Symlink(oldPath, newPath); err != nil { |
| 482 | return gcp.InternalErrorf("symlinking shared libs from %v to %v: %w", oldPath, newPath, err) |
| 483 | } |
| 484 | } |
| 485 | return nil |
| 486 | } |
no outgoing calls
no test coverage detected