Skip to content

[BUG] frozendict isn't considered a dict on older py3 versions #116

Description

@Lex-DRL

OS version (https://www.google.com/search?channel=fs&q=check+os+version&ie=utf-8&oe=utf-8):
Windows 11 25H2 (build 26200.7623)

Python3 version (python3 -V -V):
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]

Steps to reproduce:

  1. use python 3.10
  2. isinstance(frozendict({}), dict)

Actual result (with the python stack trace if present):

False

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions