Skip to content

Fix Python on Clang

6102d1b
Select commit
Loading
Failed to load commit list.
Closed

Symbol visibility: Hidden by default #1793

Fix Python on Clang
6102d1b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 14, 2025 in 8s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 848 in src/ChunkInfo.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
PartialAssignment
is 72 bytes - consider passing a const pointer/reference instead.

Check notice on line 873 in src/ChunkInfo.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
PartialAssignment
is 72 bytes - consider passing a const pointer/reference instead.

Check notice on line 843 in src/Series.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
TracingJSON
is 144 bytes - consider passing a const pointer/reference instead.