{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":24604008,"defaultBranch":"main","name":"typing","ownerLogin":"python","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-09-29T16:54:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1525981?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712950969.0","currentOid":""},"activityList":{"items":[{"before":"c62646f1dc429b5a6b9f77fcfef79ea9cb3139bf","after":"10aac3e13dc0dd00dbda1159260c13b435d632fd","ref":"refs/heads/main","pushedAt":"2024-04-24T17:37:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Fixed the header levels in the \"Read-only Items\". (#1727)\n\nFixed the header levels in the \"Read-only Items\". Currently, the \"Read-only Items\" section is appearing in the top-level Table of Contents, when it's really meant to be a part of the \"TypedDict\" chapter.","shortMessageHtmlLink":"Fixed the header levels in the \"Read-only Items\". (#1727)"}},{"before":"f7f5723421a6195e5bb81bc216181f28a52dc95f","after":"c62646f1dc429b5a6b9f77fcfef79ea9cb3139bf","ref":"refs/heads/main","pushedAt":"2024-04-24T17:17:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Updated conformance test results for mypy 1.10 and pyright 1.1.360. M… (#1726)\n\nUpdated conformance test results for mypy 1.10 and pyright 1.1.360. Mypy added partial support for TypeAliasType and TypeIs. Pyright fixed a couple of bugs in constructor call evaluation.","shortMessageHtmlLink":"Updated conformance test results for mypy 1.10 and pyright 1.1.360. M… ("}},{"before":"253576061ee641e0cd45c21b7b5e4d24e28b416a","after":"f7f5723421a6195e5bb81bc216181f28a52dc95f","ref":"refs/heads/main","pushedAt":"2024-04-23T00:37:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Added conformance tests for new \"Exceptions\" chapter. (#1724)\n\n* Added conformance tests for new \"Exceptions\" chapter.\r\n\r\n* Incorporated Jelle's PR review feedback.","shortMessageHtmlLink":"Added conformance tests for new \"Exceptions\" chapter. (#1724)"}},{"before":"226b528d0034da97544dec157dcb1ae034592c16","after":"253576061ee641e0cd45c21b7b5e4d24e28b416a","ref":"refs/heads/main","pushedAt":"2024-04-22T20:47:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Added typing spec chapter focused on exception behavior (#1718)\n\n* Added typing spec chapter focused on exception behavior — in particular, context managers and whether they suppress exceptions.\r\n\r\n* Incorporated PR feedback.\r\n\r\n* Incorporated feedback from Guido.","shortMessageHtmlLink":"Added typing spec chapter focused on exception behavior (#1718)"}},{"before":"c0f9dec3e201befa5b78e87d20cecab572ba69bb","after":"226b528d0034da97544dec157dcb1ae034592c16","ref":"refs/heads/main","pushedAt":"2024-04-17T16:24:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed bugs in two of the conformance tests: \"generics_basic\" and \"generics_upper_bound\". (#1720)\n\nThese tests attempted to validate that type checkers enforced the rule that constraints and upper bounds within a TypedDict definition cannot be parameterized by other type variables (i.e. cannot be generic). The way the tests were written, they weren't actually testing this check. This allowed mypy and pyre (which both fail to catch this condition) to pass the tests. I've updated the test so it properly tests this condition.","shortMessageHtmlLink":"Fixed bugs in two of the conformance tests: \"generics_basic\" and \"gen…"}},{"before":"b3b902db8a679077f290bacf43ccc19eddcb8c41","after":"c0f9dec3e201befa5b78e87d20cecab572ba69bb","ref":"refs/heads/main","pushedAt":"2024-04-17T15:52:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Updated conformance test results for pyright 1.1.359. (#1719)\n\nMost of the changes are due to improvements in error message wording. Fixed a couple of bugs in the tests that were uncovered by recent changes in pyright. Pyright 1.1.359 fixed several conformance issues (specifically with constructor calls and forward references in PEP 695 syntax) but also introduced two conformance regressions that were caught by the tests.","shortMessageHtmlLink":"Updated conformance test results for pyright 1.1.359. (#1719)"}},{"before":"ba14690cfb0566c004ba8277ea465a1dc20ed6a7","after":"b3b902db8a679077f290bacf43ccc19eddcb8c41","ref":"refs/heads/main","pushedAt":"2024-04-15T16:49:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Spec: Define \"type expression\", \"annotation expression\", \"type qualifier\", \"special form\" (#1693)\n\nAs discussed in https://discuss.python.org/t/basic-terminology-for-types-and-type-forms/46741\r\n\r\nCo-authored-by: Sebastian Rittau \r\nCo-authored-by: Eric Traut \r\nCo-authored-by: Carl Meyer ","shortMessageHtmlLink":"Spec: Define \"type expression\", \"annotation expression\", \"type qualif…"}},{"before":"b723985903a6861f0f1a6918fbe2cff011ea74bd","after":"ba14690cfb0566c004ba8277ea465a1dc20ed6a7","ref":"refs/heads/main","pushedAt":"2024-04-14T06:07:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed a few bugs in the constructor conformance tests that I found wh… (#1717)\n\nFixed a few bugs in the constructor conformance tests that I found when implementing the spec in pyright. Also added a few missing test cases.","shortMessageHtmlLink":"Fixed a few bugs in the constructor conformance tests that I found wh… ("}},{"before":"4656f0a0b24a7860b141fb58dbfc458d2c1ca857","after":"b723985903a6861f0f1a6918fbe2cff011ea74bd","ref":"refs/heads/main","pushedAt":"2024-04-13T01:19:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Added conformance tests for the newly-added chapter on constructors. (#1713)","shortMessageHtmlLink":"Added conformance tests for the newly-added chapter on constructors. (#…"}},{"before":"7f6b85838b7f7cf2d0942d9156d9d7265d7e2a2f","after":"4656f0a0b24a7860b141fb58dbfc458d2c1ca857","ref":"refs/heads/main","pushedAt":"2024-04-12T23:27:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Expanded PEP 695 syntax tests to validate that bounds and constraints… (#1716)\n\nExpanded PEP 695 syntax tests to validate that bounds and constraints expressions are evaluated in a deferred manner to match the runtime behavior.","shortMessageHtmlLink":"Expanded PEP 695 syntax tests to validate that bounds and constraints… ("}},{"before":"d7dd698ee09e96ec42817548505a6c9872f2c7a4","after":null,"ref":"refs/heads/JelleZijlstra-patch-1","pushedAt":"2024-04-12T19:47:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hauntsaninja","name":"Shantanu","path":"/hauntsaninja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12621235?s=80&v=4"}},{"before":"480eb2718f8123086326e351f2b9806a2f66841a","after":"7f6b85838b7f7cf2d0942d9156d9d7265d7e2a2f","ref":"refs/heads/main","pushedAt":"2024-04-12T19:47:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hauntsaninja","name":"Shantanu","path":"/hauntsaninja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12621235?s=80&v=4"},"commit":{"message":"Spec: Fixes to generics spec (#1715)\n\n- Mention new syntax in section on bounds\r\n- Fix formatting issue\r\n- Fix header level in PEP 696 section","shortMessageHtmlLink":"Spec: Fixes to generics spec (#1715)"}},{"before":null,"after":"d7dd698ee09e96ec42817548505a6c9872f2c7a4","ref":"refs/heads/JelleZijlstra-patch-1","pushedAt":"2024-04-12T19:42:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Spec: Fixes to generics spec\n\n- Mention new syntax in section on bounds\r\n- Fix formatting issue\r\n- Fix header level in PEP 696 section","shortMessageHtmlLink":"Spec: Fixes to generics spec"}},{"before":"db57496a1cdd5cbdcdd880e9078e440aaaec2daf","after":"480eb2718f8123086326e351f2b9806a2f66841a","ref":"refs/heads/main","pushedAt":"2024-04-12T17:31:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Fixed two minor errors in code samples within the constructors chapte… (#1714)\n\nFixed two minor errors in code samples within the constructors chapter that I found when implementing conformance tests. These don't change the meaning of the spec in any way.","shortMessageHtmlLink":"Fixed two minor errors in code samples within the constructors chapte… ("}},{"before":"c3747a4188a4740d16af743641a7aff40418ca6f","after":"db57496a1cdd5cbdcdd880e9078e440aaaec2daf","ref":"refs/heads/main","pushedAt":"2024-04-12T05:31:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Updated conformance tests for pytype 2024.04.11. Fixed a couple of mi… (#1712)\n\nUpdated conformance tests for pytype 2024.04.11. Fixed a couple of minor consistency issues in notes.","shortMessageHtmlLink":"Updated conformance tests for pytype 2024.04.11. Fixed a couple of mi… ("}},{"before":"e45e1bff3aca5fe800579a67a3a662483c516bde","after":"c3747a4188a4740d16af743641a7aff40418ca6f","ref":"refs/heads/main","pushedAt":"2024-04-11T16:19:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"scripts: Remove obsolete script (#1711)\n\nWe no longer use the typing-sig mailing list.","shortMessageHtmlLink":"scripts: Remove obsolete script (#1711)"}},{"before":"30283a1b4cec5c2f55aa84a2364a319799decae7","after":"e45e1bff3aca5fe800579a67a3a662483c516bde","ref":"refs/heads/main","pushedAt":"2024-04-11T16:16:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srittau","name":"Sebastian Rittau","path":"/srittau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52799?s=80&v=4"},"commit":{"message":"Add pre-commit configuration (#1710)","shortMessageHtmlLink":"Add pre-commit configuration (#1710)"}},{"before":"7a70cd6313764e7b6c2c5b4ed439189e5c3e85af","after":"30283a1b4cec5c2f55aa84a2364a319799decae7","ref":"refs/heads/main","pushedAt":"2024-04-11T14:49:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Spec: Fix formatting in constructors chapter (#1709)","shortMessageHtmlLink":"Spec: Fix formatting in constructors chapter (#1709)"}},{"before":"0256c38c54730e9bcf3e61031423855655dd8736","after":"7a70cd6313764e7b6c2c5b4ed439189e5c3e85af","ref":"refs/heads/main","pushedAt":"2024-04-11T12:51:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"spec: clarify interaction of Final and dataclass (#1669)","shortMessageHtmlLink":"spec: clarify interaction of Final and dataclass (#1669)"}},{"before":"1c3b7df2088544b0355d8433ad45971d5be462e1","after":"0256c38c54730e9bcf3e61031423855655dd8736","ref":"refs/heads/main","pushedAt":"2024-04-11T00:57:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed some formatting issues in the new \"constructor\" chapter that ca… (#1708)\n\nFixed some formatting issues in the new \"constructor\" chapter that caused problems in the table of contents.","shortMessageHtmlLink":"Fixed some formatting issues in the new \"constructor\" chapter that ca… ("}},{"before":"8ff42d7bf17ec840204c202c7bde0a9ecb106e6f","after":"1c3b7df2088544b0355d8433ad45971d5be462e1","ref":"refs/heads/main","pushedAt":"2024-04-11T00:42:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Added draft chapter to typing spec for constructors. (#1667)\n\n* Added draft chapter to typing spec for constructors.\r\n\r\n* Update docs/spec/constructors.rst\r\n\r\nCo-authored-by: Jelle Zijlstra \r\n\r\n* Update docs/spec/constructors.rst\r\n\r\nCo-authored-by: Jelle Zijlstra \r\n\r\n* Update docs/spec/constructors.rst\r\n\r\nCo-authored-by: Jelle Zijlstra \r\n\r\n* Added section on signature consistency between `__new__` and `__init__`.\r\n\r\n* Incorporated PR feedback.\r\n\r\n* Added clarification based on question in forum.\r\n\r\n* Incorporated feedback about callable conversion. Clarified behaviors when a class doesn't inherit a `__new__` or `__init__` from a class other than `object`.\r\n\r\n* Tweaked the spec based on Jelle's feedback about a `__new__` method that returns `Any`. Also clarified what happens when a call to `__call__` or `__new__` evaluates to a union type.\r\n\r\n* Updated handling of `Any` return types for `__call__` and `__new__` methods to reflect suggestion from @rchen152 in [this post](https://discuss.python.org/t/draft-typing-spec-chapter-for-constructors/49744/22).\r\n\r\n* Incorporated feedback from @gvanrossum.\r\n\r\n---------\r\n\r\nCo-authored-by: Jelle Zijlstra ","shortMessageHtmlLink":"Added draft chapter to typing spec for constructors. (#1667)"}},{"before":"586d494579a80a1017924cdab4599ba9ac843eb3","after":"8ff42d7bf17ec840204c202c7bde0a9ecb106e6f","ref":"refs/heads/main","pushedAt":"2024-04-10T14:01:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: Ignore overlapping overload errors in LiteralString (#1701)\n\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: Ignore overlapping overload errors in LiteralString ("}},{"before":"aed95f89eedd76a67ca5fbca692be0d134f3f56e","after":"586d494579a80a1017924cdab4599ba9ac843eb3","ref":"refs/heads/main","pushedAt":"2024-04-10T13:53:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Update results for pyright 1.1.358 (#1707)","shortMessageHtmlLink":"Update results for pyright 1.1.358 (#1707)"}},{"before":"b9124c0f139b0c5d5aa3613c98da2ebcd8ef18a2","after":"aed95f89eedd76a67ca5fbca692be0d134f3f56e","ref":"refs/heads/main","pushedAt":"2024-04-09T18:05:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: mark pytype as failing generics_scope (#1704)\n\nIt fails to produce errors on a few lines expected by the test.\r\n\r\nAlso fix an unrelated pytype error and ignore an unrelated pyre error.\r\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: mark pytype as failing generics_scope (#1704)"}},{"before":"4025826d6ad671f288c4d03c638425547e9f1612","after":"b9124c0f139b0c5d5aa3613c98da2ebcd8ef18a2","ref":"refs/heads/main","pushedAt":"2024-04-09T18:04:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"conformance tests: fix scoring for typeddicts_inheritance (#1705)\n\nPyre and pytype produced an expected error on the wrong line.\r\n\r\nPart of #1692","shortMessageHtmlLink":"conformance tests: fix scoring for typeddicts_inheritance (#1705)"}},{"before":"d61944d2652d94ef7df7535e287e4f6fc849a2a7","after":"4025826d6ad671f288c4d03c638425547e9f1612","ref":"refs/heads/main","pushedAt":"2024-04-09T18:04:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: mark pytype as failing assert_type test (#1706)\n\nIt does not produce an error for `x: Literal[4]; assert_type(x, int)`.\r\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: mark pytype as failing assert_type test (#1706)"}},{"before":"3998da054e776049db9fdb68ff6688858b441be7","after":"d61944d2652d94ef7df7535e287e4f6fc849a2a7","ref":"refs/heads/main","pushedAt":"2024-04-09T09:21:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: Fix tuples_unpacked.py (#1703)\n\nI can't find the quoted phrase in the spec and I don't see a reason\r\nwhy this should error.\r\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: Fix tuples_unpacked.py (#1703)"}},{"before":"1bb065afa02175e9b81b0e17a652c419fa659e5b","after":"3998da054e776049db9fdb68ff6688858b441be7","ref":"refs/heads/main","pushedAt":"2024-04-09T09:20:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: Fix pyright scoring for protocols_variance (#1702)\n\nPyright produces warnings instead of errors for many issues in this test case.\r\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: Fix pyright scoring for protocols_variance (#1702)"}},{"before":"284dc369b18fc7ef036ae3bbcff095e2599b4188","after":"1bb065afa02175e9b81b0e17a652c419fa659e5b","ref":"refs/heads/main","pushedAt":"2024-04-09T01:40:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: Fix generics_defaults scoring for pyright (#1700)\n\nPyright produces an error unrelated to the purpose of the test, and I\r\ndon't see a good way to write the test to avoid the error.\r\n\r\nPart of #1692","shortMessageHtmlLink":"Conformance tests: Fix generics_defaults scoring for pyright (#1700)"}},{"before":"5166fd0c73086339f9c67ed00561152b250a5deb","after":"284dc369b18fc7ef036ae3bbcff095e2599b4188","ref":"refs/heads/main","pushedAt":"2024-04-09T01:40:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JelleZijlstra","name":"Jelle Zijlstra","path":"/JelleZijlstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/906600?s=80&v=4"},"commit":{"message":"Conformance tests: Fix automated scoring for pyright dataclasses tests (#1699)\n\nPart of #1692","shortMessageHtmlLink":"Conformance tests: Fix automated scoring for pyright dataclasses tests ("}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOWa4OQA","startCursor":null,"endCursor":null}},"title":"Activity · python/typing"}