Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "cmd/cgo: disable #cgo noescape/nocallback until Go 1.23" #66879

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 18, 2024

  1. Revert "cmd/cgo: disable #cgo noescape/nocallback until Go 1.23"

    This reverts commit 607e020.
    
    Reason for revert: Go1.22 is released.
    
    It's aggressive to introdcue #cgo noescape/nocallback in Go1.22, as in golang#63739
    And it won't be a problem again while upgrading from Go1.22 to Go1.23.
    
    fix golang#56378
    
    Signed-off-by: doujiang24 <doujiang24@gmail.com>
    doujiang24 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cdc4e9c View commit details
    Browse the repository at this point in the history