diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-17 03:53:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 03:53:03 (GMT) |
commit | a17d59a6df146077b5420b36c35a1b82ab3f071a (patch) | |
tree | b37daa25318e5405d139fc457debf8181b9487dd /Misc/ACKS | |
parent | d4e4ef107a9fea257981d7701f023177b704a44f (diff) | |
download | cpython-a17d59a6df146077b5420b36c35a1b82ab3f071a.zip cpython-a17d59a6df146077b5420b36c35a1b82ab3f071a.tar.gz cpython-a17d59a6df146077b5420b36c35a1b82ab3f071a.tar.bz2 |
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
The `module` parameter carries semantic information about the forward ref.
Forward refs are different if they refer to different module even if they
have the same name. This affects the `__eq__`, `__repr__` and `__hash__` methods.
Co-authored-by: Andreas Hangauer <andreas.hangauer@siemens.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 6e7b813195f9bd6a2a15c1f00ef2c0180f6c751a)
Co-authored-by: aha79 <34090357+aha79@users.noreply.github.com>
Automerge-Triggered-By: GH:JelleZijlstra
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -677,6 +677,7 @@ Anders Hammarquist Mark Hammond Harald Hanche-Olsen Manus Hand +Andreas Hangauer Milton L. Hankins Carl Bordum Hansen Stephen Hansen |