[issue44747] Refactor usage of sys._getframe at typing module

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Yurii! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44747] Refactor usage of sys._getframe at typing module

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ea4673ed0757e9bfe8774e60cfae3313e9927b5f by Yurii Karabas in branch 'main': bpo-44747: Refactor usage of sys._getframe at typing module (#27387) https://github.com/python/cpython/commit/ea4673ed0757e9bfe8774e60cfae3313e9927b5f -- nosy: +l

[issue44747] Refactor usage of sys._getframe at typing module

2021-07-28 Thread Ken Jin
Change by Ken Jin : -- title: Reduce usage of sys._getframe at typing module -> Refactor usage of sys._getframe at typing module ___ Python tracker ___ ___