Golang x/build: go/internal/gcimporter test fail consistently on AIX builder

The AIX builder is failing consistently https://build.golang.org/log/0ec7e4b9b40f35a8dc5b6e15a1cf367c3dc75998--- FAIL: T...

Golang runtime: MutexProfile has multiple records with equal stack

Go versiongo1.23-f4494522dcOutput of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/...

Golang x/tools/gopls: Inline call: panic in reflect.Value.Set

#!stacks"gopanic" && "reflect.Value.Set" && "inline.replaceNode.func1"Issu...

Golang x/tools/gopls: DidCreateFiles: panic in Files[i].URI.Clean()

#!stacks"gopanic" && "DocumentURI.Path"Issue created by stacks.Why is the deferred call to r...

Golang crypto/tls: support Encrypted Client Hello in clients

Encrypted Client Hello is a new privacy feature that is finishing standardization at the IETF. ECH is a big step forward...

Golang x/crypto/ssh: ssh/server_test.go uses "slices", introduced in go 1.21, but go 1.20 supported

Go versiongo version go1.20.13 linux/amd64Output of go env in your module/workspace:GOVERSION="go1.20.13"GOROO...

Golang cmd/covdata: too many open files due to defer f.Close() in for loop

Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='arm64'GOBI...

Golang proposal: cmd/vet: report goroutine's leak using time.Ticker

Proposal DetailsI propose the new rule about time.Ticker.Here is the example code.package mainimport ( "fmt&quot...

Golang JSON_Parser_BUG

What version of Go are you using (go version)?gol.19.10$ go versiongo version go1.19.10 linux/amd64Does this issue repro...

Golang cmd/go: go tool -n can point to a file that doesn't exist

Go versiongo version go1.24.1 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...

Golang cmd/go: first use of go tool -n shows a temporary path rather than the final path inside $GOCACHE

Go versiongo version go1.25-devel_385000b004 2025-07-16 13:31:59 -0700 linux/amd64Output of go env in your module/worksp...

Golang cmd/compile: TestGdbPythonCgo fails with clang15 due to missing DWARF type information

Go versiongo version go1.24.1 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Pandas DOC/ENH: Add full list of argument for DataFrame.query

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: make to_json with JSON Table Schema work correctly with string dtype

(noticed because of some doctest failures cfr https://github.com/pandas-dev/pandas/issues/61886)Currently, for the strin...

Pandas API: IncompatibleFrequency should subclass TypeError

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: some cases of binary arithmetic between string and timedelta raise TypeError

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG (string dtype): logical operation with bool and string failing

We do allow using logical operators like | to be used with non-boolean data (at which point the non-bool series would be...

Pandas Output formatting: the repr of the Categorical categories (quoted or unquoted strings?)

Because of the new string dtype, we also implicitly changes the representation of the unique categories in the Categoric...

Pandas QST: Pandas describe() methods(with float16 and float32) are different

[x] I have searched the [pandas] tag on StackOverflow for similar questions.[ ] I have asked my usage related question o...

Pandas Using python comparison operators when SparseArrays of uneven length raises uninformative error

Code Sample, a copy-pastable example if possibleI first discovered this issue attempting a comparison of the following f...
上一页 下一页
.