gh-90071: Stop freeing data which was never allocated - #100599
gh-90071: Stop freeing data which was never allocated#100599DarthGandalf wants to merge 2 commits into
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
ce3beeb to
88bae63
Compare
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
88bae63 to
faa0330
Compare
|
As I just commented on the issue, I don't see any evidence this is a bug in Python. Python is using the readline API correctly, and correctly ensuring that any history entry it frees is fully freed. If some other software is causing a history entry to have a garbage |
|
Reopening based on discussion in issue. Still not sure it's really accurate to call this a bug in Python, but it does seem like the change is harmless and would avoid crashing in some edge cases when a broken version of readline is loaded by an extension module. |
|
This PR is stale because it has been open for 30 days with no activity. |
|
Well, ping? :) |
Uh oh!
There was an error while loading. Please reload this page.