Conversation
❌ Changelog is required!You need to add a brief description of the changes to the Changes file should be named like The content of the file should be a brief description of the changes in Possible categories are: |
|
Fragment is in as CHANGES/1895.misc.rst, but changes-required looks like it cannot go green on any fork PR at the moment: actions/checkout refuses to check out fork code under pull_request_target unless the step sets allow-unsafe-pr-checkout: true, so the job dies before towncrier runs |
|
Following up on the CI blocker above: the changelog fragment is present, but |
get_currentopens withcls.__context_instance = cls.__context_instance.__init_subclass__already sets that attribute on every subclass, so the read and the write hit the same entry in the class dict and the line is a no-op. It reads as if it were priming something, which is what sent me looking.