Skip to content

Conversation

@dcbaker
Copy link
Member

@dcbaker dcbaker commented Dec 19, 2025

Based on #15380

This regressed pandas in the master branch, so we should continue to allow this, but with a warning that will hopefully help others.

@dcbaker dcbaker added this to the 1.11 milestone Dec 19, 2025
@dcbaker dcbaker requested a review from jpakkane as a code owner December 19, 2025 17:49
@dcbaker dcbaker force-pushed the submit/link-with-empty-string-behavior branch 2 times, most recently from 99d8176 to b059daa Compare December 19, 2025 19:35
@dcbaker dcbaker force-pushed the submit/link-with-empty-string-behavior branch from b059daa to e14ea38 Compare January 6, 2026 19:40
…ring values

This was reported as breaking pandas. Just like the `link_args`
behavior, this wasn't intended, but is a result of a leaky Python
abstraction ('' is falsy, and thus being caught in a falsy comparison,
such as `if not value: ...`).

This marks link_with and link_whole as being broken in the same way. I
have only marked this for build_targets, as I don't think it applies
elsewhere.
@dcbaker dcbaker force-pushed the submit/link-with-empty-string-behavior branch from e14ea38 to affe82c Compare January 9, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants