Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-42725: Render annotations effectless on symbol table with PEP 563 #25583

Merged
merged 2 commits into from May 3, 2021

Conversation

Copy link
Member

@isidentical isidentical commented Apr 25, 2021

@isidentical isidentical changed the title bpo-42725: Don't process annotations on the symbol table bpo-42725: Render annotations effectless on symbol table Apr 25, 2021
@isidentical isidentical changed the title bpo-42725: Render annotations effectless on symbol table bpo-42725: Render annotations effectless on symbol table with PEP 563 Apr 25, 2021
@isidentical isidentical requested a review from pablogsal Apr 25, 2021
Python/symtable.c Outdated Show resolved Hide resolved
Python/symtable.c Outdated Show resolved Hide resolved
Python/symtable.c Outdated Show resolved Hide resolved
@isidentical
Copy link
Sponsor Author

@isidentical isidentical commented May 1, 2021

 $ ./python -m test -R3:3 test_symtable test_future
0:00:00 load avg: 2.61 Run tests sequentially
0:00:00 load avg: 2.61 [1/2] test_symtable
beginning 6 repetitions
123456
......
0:00:00 load avg: 2.61 [2/2] test_future
beginning 6 repetitions
123456
......

== Tests result: SUCCESS ==

All 2 tests OK.

Total duration: 565 ms
Tests result: SUCCESS

@isidentical isidentical requested a review from pablogsal May 1, 2021
@isidentical isidentical added the 🔨 test-with-buildbots label May 3, 2021
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 3, 2021

🤖 New build scheduled with the buildbot fleet by @isidentical for commit 7493334 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots label May 3, 2021
@isidentical isidentical merged commit ad106c6 into python:master May 3, 2021
20 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants