[issue37953] Fix ForwardRef equality checks

2020-03-03 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37953] Fix ForwardRef equality checks

2020-03-03 Thread Ned Deily
Ned Deily added the comment: New changeset 3eff46fc7d2e3c80c4dedba4177782f1fc8ad89b by Ryan Rowe in branch '3.7': bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) https://github.com/python/cpython/commit/3eff46fc7d2e3c80c4dedba4177782f1fc8ad89b -- nosy:

[issue37953] Fix ForwardRef equality checks

2020-03-02 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +18106 pull_request: https://github.com/python/cpython/pull/18751 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset 66da347ef0034ad9bddc7fad112025c886249f0d by Miss Islington (bot) in branch '3.8': bpo-37953: Fix deprecation warnings in test_typing (GH-16133) https://github.com/python/cpython/commit/66da347ef0034ad9bddc7fad112025c886249f0d --

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15748 pull_request: https://github.com/python/cpython/pull/16138 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset d057b896f97e6d7447b9bf9246770c41cf205299 by Miss Islington (bot) (Zackery Spytz) in branch 'master': bpo-37953: Fix deprecation warnings in test_typing (GH-16133) https://github.com/python/cpython/commit/d057b896f97e6d7447b9bf9246770c41cf205299

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread Zackery Spytz
Zackery Spytz added the comment: There are deprecation warnings in test_typing. ./python -m test test_typing Run tests sequentially 0:00:00 load avg: 0.16 [1/1] test_typing /home/lubuntu2/cpython/Lib/test/test_typing.py:2382: DeprecationWarning: Please use assertEqual instead.

[issue37953] Fix ForwardRef equality checks

2019-09-14 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +15745 pull_request: https://github.com/python/cpython/pull/16133 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset e91edfed4214dbae17b8906b5dc7778769aac620 by Miss Islington (bot) in branch '3.8': bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) https://github.com/python/cpython/commit/e91edfed4214dbae17b8906b5dc7778769aac620 -- nosy:

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: New changeset e082e7cbe4a934b86f7a07354d97d4e14a9dd46a by Ivan Levkivskyi (plokmijnuhby) in branch 'master': bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) https://github.com/python/cpython/commit/e082e7cbe4a934b86f7a07354d97d4e14a9dd46a

[issue37953] Fix ForwardRef equality checks

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15739 pull_request: https://github.com/python/cpython/pull/16128 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-09-02 Thread hongweipeng
Change by hongweipeng : -- pull_requests: +15317 pull_request: https://github.com/python/cpython/pull/15650 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-08-31 Thread Guido van Rossum
Change by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37953] Fix ForwardRef equality checks

2019-08-30 Thread hongweipeng
Change by hongweipeng : -- pull_requests: +15296 pull_request: https://github.com/python/cpython/pull/15628 ___ Python tracker ___

[issue37953] Fix ForwardRef equality checks

2019-08-28 Thread Dominic Littlewood
Change by Dominic Littlewood <11dlittlew...@gmail.com>: -- keywords: +patch pull_requests: +15235 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15400 ___ Python tracker

[issue37953] Fix ForwardRef equality checks

2019-08-26 Thread SilentGhost
Change by SilentGhost : -- nosy: +gvanrossum, levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37953] Fix ForwardRef equality checks

2019-08-26 Thread Dominic Littlewood
New submission from Dominic Littlewood <11dlittlew...@gmail.com>: Apologies for issuing a pull request without an associated issue. I'm kind of new to this. Nevermind, I'm making one now. The typing module currently contains a bug where ForwardRefs change their hash and equality once they