Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2021-07-06-22-22-15.bpo-44490
….BJxPbZ.rst

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
uriyyo and Fidget-Spinner authored Jul 8, 2021
commit 140a41a813e76f27b9d3156085fd09790577154c
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix ``typing`` module issues with ``types.Union`` parameters and arguments
resolving. Patch provided by Yurii Karabas.
:mod:`typing` now searches for type parameters in ``types.Union`` objects.
``get_type_hints`` will also properly resolve annotations with nested
``types.Union`` objects. Patch provided by Yurii Karabas.