X Tutup
The Wayback Machine - https://web.archive.org/web/20260105123734/https://github.com/python/cpython/pull/19214
Skip to content

Conversation

@isidentical
Copy link
Member

@isidentical isidentical commented Mar 29, 2020

@isidentical isidentical added the type-bug An unexpected behavior, bug, or error label Mar 29, 2020
@isidentical isidentical changed the title bpo-40001: Fix parser's assumption about the return value of convert bpo-40101: Fix parser's assumption about the return value of convert Mar 29, 2020
@isidentical isidentical requested a review from benjaminp April 6, 2020 22:19
@benjaminp
Copy link
Contributor

Why not move the responsibility for setting used_names on the root node into driver.py?

@isidentical
Copy link
Member Author

Why not move the responsibility for setting used_names on the root node into driver.py?

Because that would change the current behavior for no reason. But if it is needed, I can move it.

@MaxwellDupre
Copy link
Contributor

I get on the first line:
cpython/Lib/unittest/loader.py:154: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
And at end I get:
Ran 106 tests in 14.534s
FAILED (errors=12)
I guess this is irrelevant?

@ambv
Copy link
Contributor

ambv commented May 17, 2022

This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today.

@StanFromIreland
Copy link
Member

Triage: Issue has been closed as not planned, this PR is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

X Tutup