FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BUG: Enforce integer limitation in concatenate (#29231) by charris · Pull Request #29237 · numpy/numpy · GitHub

/ numpy Public

BUG: Enforce integer limitation in concatenate (#29231) - #29237

Merged
charris merged 1 commit into
numpy:maintenance/2.3.xfrom
charris:backport-29231
Jun 19, 2025
Merged

charris merged 1 commit into
numpy:maintenance/2.3.xfrom
charris:backport-29231

Conversation

charris commented Jun 19, 2025

Copy link
Copy Markdown
Member

Backport of #29231.

Concatenate internals only deal with integer many arrays, that should be fine in practice, but a SystemError (or in principle maybe also a harder crash?) is not really.

  • BUG: Enforce integer limitation in concatenate

Concatenate internals only deal with integer many arrays, that should be fine in practice, but a SystemError (or in principle maybe also a harder crash?) is not really.

  • skip 32bit systems

* BUG: Enforce integer limitation in concatenate

Concatenate internals only deal with integer many arrays, that
should be fine in practice, but a SystemError (or in principle
maybe also a harder crash?) is not really.

* skip 32bit systems
charris added this to the 2.3.1 release milestone Jun 19, 2025
charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Jun 19, 2025
charris merged commit 18d157a into numpy:maintenance/2.3.x Jun 19, 2025
charris deleted the backport-29231 branch June 19, 2025 15:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL