Re: [go-nuts] GIL for Go

2021-04-01 Thread Eric S. Raymond
Amnon : > An exciting announcement from the Go team this morning! PK, that was a pretty good AFJ. You actually achieved weak level 2 on me. Explanation of level 2 (and others) here: http://esr.ibiblio.org/?p=3084 -- http://www.catb.org/~esr/";>Eric S. Raymond -- You received

Re: [go-nuts] GIL for Go

2021-04-01 Thread Artur Vianna
April 1st? You got me good on that last one On Thu, 1 Apr 2021, 12:41 Amnon, wrote: > An exciting announcement from the Go team this morning! > > The upcoming release of Go 1.17 (due in September) will include GIL for Go, > As the Pythonistas among us know, GIL is Python’s Global Interpreter Loc

Re: [go-nuts] GIL for Go

2021-04-01 Thread satyendra singh
Hilarious 🤣 Thanks and regards, Satyendra On Thu, Apr 1, 2021, 9:10 PM Amnon wrote: > An exciting announcement from the Go team this morning! > > The upcoming release of Go 1.17 (due in September) will include GIL for Go, > As the Pythonistas among us know, GIL is Python’s Global Interpreter Lo

[go-nuts] GIL for Go

2021-04-01 Thread Amnon
An exciting announcement from the Go team this morning! The upcoming release of Go 1.17 (due in September) will include GIL for Go, As the Pythonistas among us know, GIL is Python’s Global Interpreter Lock, which has been included in even the earliest versions of Python, but is missing from Go u